# Grafana AI integration on Definable

> Open and composable observability platform for metrics, logs, and traces

## What this connects

Open and composable observability platform for metrics, logs, and traces

Vendor: https://grafana.com/

## Tools available

**11** tools available. First 11:

- `GRAFANA_CREATE_OTLP_V1_LOGS` — Create OTLP v1 Logs — Tool to create OTLP v1 logs in Grafana Loki. Use when you need to send OpenTelemetry Protocol logs to Grafana for ingestion and storage.
- `GRAFANA_GET_DISTRIBUTOR_HA_TRACKER` — Get Distributor HA Tracker — Tool to retrieve distributor HA tracker status. Use when you need to check which replica has been elected as leader for each Prometheus HA cluster.
- `GRAFANA_GET_HEALTH` — Get Grafana Health Status — Check Grafana server health and database connectivity. Returns 'ok' if Grafana's web server is running and can access the database. Use when you need to verify Grafana instance availability before performing operations.
- `GRAFANA_GET_INDEX_GATEWAY_RING` — Get Index Gateway Ring Status — Tool to retrieve the index gateway hash ring status from Grafana Loki. Returns information about the state, health, and last heartbeat time of each index gateway in the ring.
- `GRAFANA_GET_OVERRIDES_EXPORTER_RING` — Get overrides exporter ring — Tool to retrieve the overrides-exporter hash ring status as an HTML page. Use when you need to check the state, health, and heartbeat information of overrides-exporter instances. Only accessible when -overrides-exporter.ring.enabled flag is true.
- `GRAFANA_GET_RULER_RING` — Get Ruler Ring Status — Tool to retrieve the ruler ring status from Grafana Mimir. Use when you need to check the distributed hash ring topology and operational status of ruler instances.
- `GRAFANA_GET_STATUS` — Get License Status — Tool to check if a valid Grafana Enterprise license is available. Use when you need to verify license status or availability.
- `GRAFANA_GET_STORE_GATEWAY_TENANTS` — Get Store Gateway Tenants — Retrieves store gateway tenants. Returns a list of tenants that have blocks stored in the store-gateway's configured storage. Use when you need to view which tenants have data stored on a store-gateway node.
- `GRAFANA_POST_ACS` — Post ACS — Tool to perform SAML Assertion Consumer Service (ACS) operation. Use when processing SAML authentication responses from an identity provider. This endpoint typically handles the SAML assertion and returns a redirect response (HTTP 302).
- `GRAFANA_QUERY_PUBLIC_DASHBOARD` — Query Public Dashboard Panel — Query a panel on a public Grafana dashboard to retrieve time-series data and metrics. Use when you need to fetch visualization data from a publicly shared dashboard without authentication. Returns data frames with query results for the specified time range.
- `GRAFANA_RETRIEVE_JWKS` — Retrieve JWKS — Tool to retrieve JSON Web Key Set (JWKS) with all public keys for token verification. Use when you need to get the keys that can verify JWT tokens.

## Auth

Auth schemes: `BEARER_TOKEN`.

## How agents use Grafana

Inside a Definable workflow, Grafana is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Grafana** — the Researcher (GPT-5.5) pulls context from Grafana (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Grafana** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Grafana (create record, post message, draft email).
- **Designer / Engineer → Distributor → Grafana** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Grafana (attach file, open PR comment, post status).

The Verifier checks every Grafana call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- developer tools — https://definable.ai/apps/category/developer-tools/
- server monitoring — https://definable.ai/apps/category/server-monitoring/

## Related

- HTML page: https://definable.ai/apps/grafana/
- Same category (developer tools): https://definable.ai/apps/category/developer-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
