Snapshotmain · 59a8cbb
Dashboard and alert queries sharing one backend pipeline from browser requests to datasource plugins and external telemetry.
Click a building or route
System map7 components · 10 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
DatasourceA configured connection to a system that can answer metrics, logs, traces, SQL, or other queries.
How to study this repo
- 1Follow RefID A
Track one panel target from runRequest.ts through QueryDataRequest and back as a response frame.
- 2Open one plugin
Choose a built-in datasource and see how it translates Grafana's model into a native query and frames.
- 3Reuse the pipeline
Compare dashboard refresh with alert evaluation to see where UI-driven and scheduled flows converge.