IncidentFlowIncidentFlowDocs
IntegrationsGrafana

Verify the Grafana Integration

Confirm Grafana connectivity, datasources, and read-only query access.

Verify the Grafana integration from the IncidentFlow application and from an MCP client.

Check the IncidentFlow application

Open IncidentFlow → Integrations and select Grafana. The expected state is:

  • connection status: Connected;
  • at least one datasource is detected;
  • the approved dashboards appear as expected.

Verify through MCP

Call grafana_connection_health and confirm a healthy response:

Expected output
grafana_connection_health:
status: connected
healthy: true
datasources_found: 1

Then call grafana_list_dashboards to confirm the approved dashboards are visible, and grafana_extract_panel_queries to inspect a dashboard's panel queries.

Verification checklist

  • IncidentFlow shows Grafana as connected.
  • At least one datasource is found.
  • Approved dashboards are listed.
  • Guarded PromQL queries return data for a known datasource.
  • The service account has read-only access.

On this page