sapcc / mosquitto-exporter

Prometheus metrics exporter for the Mosquitto message broker
Apache License 2.0
128 stars 60 forks source link

Changing naming of counter metrics to comply with the Prometheus naming conventions #23

Open daviddetorres opened 4 years ago

daviddetorres commented 4 years ago

I made a PR in Prometheus documentation repository to add this exporter to the list of exporters. In the PR the revisor (@brian-brazil) pointed out some changes that would be needed to comply with the naming conventions of Prometheus metrics.

Also would be interesting to:

The most complex here would be adding the sufix to all the counters, due to the metrics would change from the current version to this one and all the queries using this metrics would need to be updated.