Skip to main content

Grafana (Source)

Overview

The Grafana source connector connects to a Grafana Cloud stack using the Grafana HTTP API.

At this time, the connector supports credential validation during setup, but data extraction is still in development. Runs will fail if you attempt to extract.

Setup

Prerequisites

  • A Grafana Cloud stack (e.g., https://<stack_slug>.grafana.net)
  • A Grafana API token with permission to access the Grafana HTTP API

Create an API token

Create an API token in Grafana and copy it for use in the connector configuration.

Authentication

This connector authenticates using a Bearer token (Grafana API token).

During the connection test/login step, the connector calls:

  • GET https://<stack_slug>.grafana.net/api/org

If the request succeeds, credentials are considered valid.

Configuration

FieldTypeRequiredDescription
stack_slugstringYour Grafana Cloud stack slug (the subdomain in https://<stack_slug>.grafana.net). Must be a valid DNS label: lowercase letters, digits, and hyphens only; 1–63 characters; cannot start or end with -.
api_tokenstringGrafana API token used as a Bearer token for API requests.

Streams

No streams are currently available. The connector’s catalog is empty, and extraction is not yet implemented.