ryantxu / ajax-panel

Ajax Panel Plugin for Grafana
MIT License
153 stars 154 forks source link

Feature request: Send query result as POST body (or some other way) to HTTP endpoint #48

Open RedShift1 opened 4 years ago

RedShift1 commented 4 years ago

If a query is configured, you can't send that data to the configured HTTP endpoint. This feature request asks for the possibility to do just that. The endpoint can then, for example, return a custom visualization without having to do any querying of its own and can be implemented stateless, making it a nice target for say an AWS serverless function. It would easily expand Grafana's visualization abilities without having to implement an entirely new panel.