sapcc / mosquitto-exporter

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

metrics available with this exporter #15

Closed sgu-fai closed 5 years ago

sgu-fai commented 5 years ago

Hello,

is there a list of metrics available with this exporter ?

Thank you

ArtieReus commented 5 years ago

Please have a look here: https://github.com/sapcc/mosquitto-exporter/blob/master/main.go#L24 Best A

sgu-fai commented 5 years ago

Hello,

your exporter is using client/active or clients/connected ? why not updating it ? "$SYS/broker/clients/active": "deprecated in favour of $SYS/broker/clients/connected", I mean client/connected is collected ?

ArtieReus commented 5 years ago

Hi, the exporter is actually ignoring such metrics. This metrics are grouped here to be ignored: https://github.com/sapcc/mosquitto-exporter/blob/master/main.go#L24

Connected clients are collected here: https://github.com/sapcc/mosquitto-exporter/blob/master/main.go#L42