How do I display a heatmap in Grafana. I am working on a project where I have to build a datasource that pulls JSON data from a server and formats into a heatmap, but I can’t find any documentation on how to actually do that.
Currently my dataframe contains one time field, and one number field, like the “server requests” example in the sandbox (but only two fields). The data shows up correctly in the table view, but nothing is drawn to the heatmap panel. Are there any resources that can help me with this?
(My timestamps are not uniformily long, but the number of timestamps are constant.)
I am currently doing a project for my bachelor thesis with a local company. They already have a monitoring tool but want to switch to Grafana and want the the plugin to work the same way their old solution does. So it’s not really my choice