Closed sheldygg closed 3 months ago
I add promhttp_server_port 3422 to my configuration and restart the server. When I try get metrics I receive
promhttp_server_port 3422
curl 127.0.0.1:3422/metrics curl: (7) Failed to connect to 127.0.0.1 port 3422 after 0 ms: Connection refused
Whats wrong? Version: odyssey (git: 2143 3765e3b4 release)
As written in documentation, for exporting metrics to prometheus must be installed C Prometheus client library.
I add
promhttp_server_port 3422
to my configuration and restart the server. When I try get metrics I receiveWhats wrong? Version: odyssey (git: 2143 3765e3b4 release)