Hey all,
i’m using grafana to visualize states and throughput of machines.
Now i want to show which works were done on the machines using (region) annotations.
At the moment the done works are stored in an MySQL-DB having some structure like this:
- ID (unsigned int)
- Start (timestamp)
- End (timestamp)
- Description (string)
I was searching for a possibility to create a region annotation based on such dataset, but i only got “normal” annotations.
Is there any chance to get something like what i’m trying to get?
If it isn’t supported by MySQL-Datasource i can image to store the data in InfluxDB, too.
Thanks
matt