sapcc / mosquitto-exporter

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

Can not handle negative numbers #6

Closed crazyimp closed 6 years ago

crazyimp commented 6 years ago

The regex parsing the input string does not handle negative number like -23.42. It parses those numbers as positive values.

ArtieReus commented 6 years ago

@crazyimp for counter or gauges? Which metric is this?