sapcc / mosquitto-exporter

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

Export listed counter metrics without 'adding' them to the metric counter. #8

Closed ArtieReus closed 6 years ago

ArtieReus commented 6 years ago

The listed counter metrics are already added by Mosquitto. There is no need to add the given value to the metric counter.

Prometheus.Counter doesn't offer any set method, so we need a work around.

ArtieReus commented 6 years ago

5