简体   繁体   中英

grafana inter-panel communication

I have started learning about Grafana custom panels & apps, but have been unable to find any information on how to control or pass information between custom panels in the same App. In a normal Angular / React application you would use state management (NGRX / Redux) to achieve this, but how would I do this with Grafana?

For example Panel A contains:

  • table of data with filters from data source

Panel B contains:

  • some configurable parameters
  • the results of calculations using the filtered data from Panel A, and the selected parameters in Panel B

According to the documentation, you can use data from Panel A as a datasource for Panel B: https://grafana.com/docs/grafana/latest/features/datasources/

Dashboard - Select this to use a result set from another panel in the same dashboard

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM