sapcc / mosquitto-exporter

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

Logs to check if the metrics are being collected #14

Open kaarthikraajpt opened 5 years ago

kaarthikraajpt commented 5 years ago

Hi, Tried the exporter in kubernettes cluster. here is the logs from pod 2018/11/19 16:55:48 Starting mosquitto_broker 0.5.0 (122a6dd), go1.9.3 2018/11/19 16:55:48 Connected to tcp://10.233.96.9:1883 2018/11/19 16:55:48 Listening on 0.0.0.0:9234...

After this if i try to curl http://:9234 , its getting timed out. Any way to find out whats happening with the exporter and why its getting timed out?

ArtieReus commented 5 years ago

Did you tried first locally on your machine?