grafana / mqtt-datasource

MQTT Datasource for Grafana allows streaming data from any MQTT broker running either locally or remotely.
Apache License 2.0
168 stars 49 forks source link

Data stream stops after a few minutes #71

Open kevinpowell opened 1 year ago

kevinpowell commented 1 year ago

I've set up a panel attached to the MQTT data source. the system I'm monitoring generates a good deal of MQTT traffic, including 1Hz updates for a bevy of monitored voltages.

If I log into my Grafana instance and navigate to the dashboard with my mqtt data, everything works well for a few minutes. I see my panel update the voltage I'm monitoring.

After some short-ish period of time (1-5 mins) the panel switches to the 'No Data' display and I get no further updates until I log out of the Grafana instance and then log back in. At which point I'll get another few minutes of correct operation.

gpinkos commented 1 year ago

You issue looks to be the same as this one: https://github.com/grafana/mqtt-datasource/issues/44

kevinpowell commented 1 year ago

Forgot to include ver info in my first post: grafana 9.4.3

@gpinkos : it seems my issue is indeed the same as #44