hydra
hydra copied to clipboard
Prometheus metrics not started
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?
Hi there, what version of Hydra did you deploy? You may need to deploy Hydra directly from this repository.