Closed
Description
Several users have reached out to me regarding support for data processing. So far I've focused on making it really easy to query data, leaving any processing of data to Grafana itself.
However, data processing is currently limited in Grafana. Rather than to wait for more processing capabilities, let's discuss whether there's a way we can add it to the plugin.
The way I see it is that we could add custom processing to the results of a JSONPath expression. For simple array functions, this could be just a drop-down with count
, length
, sum
etc. More advanced processing would likely result in a rather complex UI.
Another alternative is to use a query language that supports data processing, such as JSONata.