sapcc / mosquitto-exporter

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

Reset all counters to zero on disconnect from broker #47

Open NorbertHeusser opened 2 years ago

NorbertHeusser commented 2 years ago

I used the exporter to monitor a Mosquitto instance. But realised the counters continue to publish last known value, if the broker stopped working. As a first fix I simply reset the counters to zero on broker disconnect.