Start Influxdb Grafana Telegraf and RabbitMQ in Docker
Starts graphing messages sent to RabbitMQ exchange 'amq.topic' with routing key 'sensor/+/#' (which can be changed in conf/telegraf/telegraf.conf). Data is stored in InfluxDB in the database 'telegraf' and table 'mqtt_consumer'.
An example query to display the measurements in a Grafana Dashboard looks like this:
SELECT "payload_value" FROM "mqtt_consumer" WHERE "topic" = 'sensor/0022/1' AND $timeFilter
docker-compose up