ryantxu / ajax-panel

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

support multiple requests in one panel #27

Open wushbin opened 5 years ago

wushbin commented 5 years ago

A support request example:

  1. make a request from one data source => result 1
  2. make another request from another data source => result 2 ...

    aggregate results, and show the final result in an angular template.