You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the prometheus exporter seams not to be started by default on the nodes
it is possible to enter the container running the node and somehow start the metric exporter with /usr/local/bin/dvoting metrics start but the command does not accept any option to configure the listen address nor the path of the daemon.sock file. This means that it will listen to 127.0.0.1:9100 which is not reacheable from the traefik container.
reading the source code, I found a --promaddr commandline option which I have tried with a local docker-compose but it does not trigger the startup of the prom exporter
simplify usage
document usage
The text was updated successfully, but these errors were encountered:
From Giovanni:
The text was updated successfully, but these errors were encountered: