Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

56 lines
1.7 KiB
Markdown
Raw Normal View History

---
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"} /%}
## 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"
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",
}
/%}
{% stepsContainer %}
2025-08-12 13:29:42 +05:30
{% partial file="/v1.10/connectors/test-connection.md" /%}
2025-08-12 13:29:42 +05:30
{% partial file="/v1.10/connectors/dashboard/configure-ingestion.md" /%}
2025-08-12 13:29:42 +05:30
{% partial file="/v1.10/connectors/ingestion-schedule-and-deploy.md" /%}
{% /stepsContainer %}
Enable debug logging to troubleshoot issues:
```bash
export LOG_LEVEL=DEBUG
```