hydra icon indicating copy to clipboard operation
hydra copied to clipboard

Prometheus metrics not started

Open pinpox opened this issue 4 years ago • 1 comments

I followed the manual to enable the prometheus service for hydra-notify, but don't get any metrics. The relevant configuration looks like this:

    services.hydra.extraConfig = ''
      <hydra_notify>
        <prometheus>
          listen_address = 127.0.0.1
          port = 9199
        </prometheus>
      </hydra_notify>
    '';

I checked with netstat -tulpn on the host running hydra, but there is nothing listening on port 9199. Is this a bug or is additional configuration needed to get metrics?

pinpox avatar Sep 21 '21 08:09 pinpox

Hi there, what version of Hydra did you deploy? You may need to deploy Hydra directly from this repository.

grahamc avatar Jan 11 '22 21:01 grahamc