Category: Uncategorized

Combine Influxdb data and mysql metadata in Grafana

The solution described allows for enriching metadata in Grafana by combining data from InfluxDB with data from a MySQL database. This is achieved using Flux, the query language for InfluxDB, and the join function to merge the data based on a common attribute (topic in this case).

4 August 2023