zotregistry.dev/zot@v1.4.4-0.20240314164342-eec277e14d20/examples/metrics/exporter/config-minimal.json (about)

     1  {
     2      "Server": {
     3          "protocol": "http",
     4          "host": "127.0.0.1",
     5          "port": "8080"
     6      },
     7      "Exporter": {
     8          "port": "8081",
     9          "log": {
    10              "level": "debug"
    11          }
    12      }
    13  }
    14