2025-08-11 13:30:50 +05:30
---
title: Grafana Connector | OpenMetadata Integration Guide
description: Learn how to configure and use the Grafana connector in OpenMetadata. Includes setup, authentication, metadata ingestion, and lineage.
slug: /connectors/dashboard/grafana
---
{% connectorDetailsHeader
name="Grafana"
stage="BETA"
platform="OpenMetadata"
availableFeatures=["Dashboards", "Charts", "Owners", "Tags", "Lineage"]
unavailableFeatures=[]
/ %}
In this section, we provide guides and references to use the Grafana connector.
Configure and schedule Grafana metadata and profiler workflows from the OpenMetadata UI:
- [Requirements ](#requirements )
- [Metadata Ingestion ](#metadata-ingestion )
2025-08-12 13:29:42 +05:30
{% partial file="/v1.10/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/dashboard/grafana/yaml"} /%}
2025-08-11 13:30:50 +05:30
## Requirements
To access the Grafana APIs and import dashboards and panels into OpenMetadata, you need a Service Account Token with sufficient permissions (Admin role is recommended) and API access enabled on your Grafana instance.
## Metadata Ingestion
{% partial
2025-08-12 13:29:42 +05:30
file="/v1.10/connectors/metadata-ingestion-ui.md"
2025-08-11 13:30:50 +05:30
variables={
connector: "Grafana",
2025-08-12 13:29:42 +05:30
selectServicePath: "/images/v1.10/connectors/grafana/select-service.png",
addNewServicePath: "/images/v1.10/connectors/grafana/add-new-service.png",
serviceConnectionPath: "/images/v1.10/connectors/grafana/service-connection.png",
2025-08-11 13:30:50 +05:30
}
/%}
{% stepsContainer %}
2025-08-12 13:29:42 +05:30
{% partial file="/v1.10/connectors/test-connection.md" /%}
2025-08-11 13:30:50 +05:30
2025-08-12 13:29:42 +05:30
{% partial file="/v1.10/connectors/dashboard/configure-ingestion.md" /%}
2025-08-11 13:30:50 +05:30
2025-08-12 13:29:42 +05:30
{% partial file="/v1.10/connectors/ingestion-schedule-and-deploy.md" /%}
2025-08-11 13:30:50 +05:30
{% /stepsContainer %}
Enable debug logging to troubleshoot issues:
```bash
export LOG_LEVEL=DEBUG
```