IntegrationsGrafana
Configure the Grafana Integration
Approve dashboards and datasources and understand the PromQL guardrails.
Configure which Grafana dashboards and datasources IncidentFlow may read and understand how PromQL execution is guarded.
Core settings
| Setting | Description | Required |
|---|---|---|
| Grafana URL | Base URL of the Grafana instance. | Yes |
| Service account token | Read-only token used to query Grafana. | Yes |
| Approved dashboards | Allow-list of dashboards IncidentFlow may read. | Recommended |
| Datasources | Datasources available for guarded queries. | Yes |
Dashboard allow-list
IncidentFlow reads only the dashboards you approve. Keep the allow-list scoped to dashboards relevant to incident response rather than granting blanket access.
PromQL guardrails
PromQL queries run behind server-side guardrails in platform-api: queries are validated, bounded by time range and series/point limits, and executed read-only. IncidentFlow never runs write or administrative Grafana operations.
Apply changes
Update the approved dashboards, datasources, or token in IncidentFlow → Integrations → Grafana, then re-run verification.