mqtt-datasource
mqtt-datasource copied to clipboard
MQTT Datasource for Grafana allows streaming data from any MQTT broker running either locally or remotely.
Hello! Nice plugin. Can you please update the documentation with information on how to format the payload? No matter what I try, all I get is "Data does not have...
Adding it to the plugin registry so that it can be installed via the UI would be very useful. There are a lot of dev dependencies and tools that need...
Hi, Would be grate to be able to install this plugin inside a grafana container using GF_INSTALL_PLUGINS variable, Something like : docker run -d \ -p 3000:3000 \ --name=grafana \...
Compiling executing "yarn build" I get the following error. Someone experienced the same? ✔ Compiling... Error determining list of magefiles: listing mage files: failed to list gofiles tagged with "mage":...
I added the following features: Supporting nested json object parsing, changes are in message.go. When monitoring different Variables Grafana does not lose the old values, changes are in message.go and...
Hey, for our project we have a very complex message on our topics. So they didn't contain any usefull information for monitoring. But what I'd like to do is monitoring...
I have an issue when I trying to use the plugin, I downloaded the code.. build, execute mage -v and I have a successful message. I uploaded the package to...
I have set up a Grafana local server v8.4.5 which is connected through an MQTT broker plugin for grafana which can be found here: [GitHub - grafana/mqtt-datasource: MQTT Datasource for...