Open pinpox opened 3 years ago
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?
netstat -tulpn
9199
Hi there, what version of Hydra did you deploy? You may need to deploy Hydra directly from this repository.
I followed the manual to enable the prometheus service for hydra-notify, but don't get any metrics. The relevant configuration looks like this:
I checked with
netstat -tulpn
on the host running hydra, but there is nothing listening on port9199
. Is this a bug or is additional configuration needed to get metrics?