Grafana · GraphQL Specification

Grafana GraphQL Schema

Grafana is the open-source analytics and monitoring platform that connects to a wide range of data sources. While Grafana's primary management interface is a REST HTTP API, Grafana can query GraphQL-based data sources, and its plugin ecosystem and alerting infrastructure expose structured data models that map cleanly to a GraphQL schema.

Documentation Endpoint View on GitHub AlertingAnalyticsDashboardsLogsMetricsMonitoringObservabilityTracesVisualizationGraphQL

Overview

Grafana GraphQL Schema is a GraphQL API specification published by Grafana on the APIs.io network.

Grafana is the open-source analytics and monitoring platform that connects to a wide range of data sources. While Grafana’s primary management interface is a REST HTTP API, Grafana can query GraphQL-based data sources, and its plugin ecosystem and alerting infrastructure expose structured data models that map cleanly to a GraphQL schema.

Tagged areas include Alerting, Analytics, Dashboards, Logs, and Metrics.

Endpoint

Related API Specs

Grafana HTTP API (OpenAPI)
Back to Grafana · All GraphQL Specs · GitHub