mongodb_exporter
mongodb_exporter copied to clipboard
Commandline switch `--web.telemetry-path` seems not wrking
trafficstars
No matter which value I provide in the commandline for --web.telemetry-path switch, the web page is just accessible at /metrics url.
Another problem related to this problem is that the / path returns 404 not found status code which is not like other prometheus exporters -- other prom exporters return a 202 status code at the / url and some information about the exporter itself.
This line is likely to blame for the --web.telemetry-path issue. Should be referencing this field instead of hardcoding "/metrics". Can't speak to the other issue.