IncidentFlowIncidentFlowDocs
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

SettingDescriptionRequired
Grafana URLBase URL of the Grafana instance.Yes
Service account tokenRead-only token used to query Grafana.Yes
Approved dashboardsAllow-list of dashboards IncidentFlow may read.Recommended
DatasourcesDatasources 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.

On this page