Prometheus · GraphQL Specification

Prometheus GraphQL Schema

This directory contains a conceptual GraphQL schema that maps the Prometheus HTTP API to GraphQL types and queries. Prometheus itself exposes a REST/PromQL HTTP API — this schema is a structural representation for tooling, documentation, and integration work, not a deployed GraphQL endpoint.

Documentation Endpoint View on GitHub MonitoringMetricsObservabilityTime SeriesAlertingCloud NativeCNCFOpen SourcePromQLTelemetryGraphQL

Overview

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

This directory contains a conceptual GraphQL schema that maps the Prometheus HTTP API to GraphQL types and queries. Prometheus itself exposes a REST/PromQL HTTP API — this schema is a structural representation for tooling, documentation, and integration work, not a deployed GraphQL endpoint.

The specification includes 10 reference links.

Tagged areas include Monitoring, Metrics, Observability, Time Series, and Alerting.

Endpoint

References

Related API Specs

Prometheus Server HTTP API (OpenAPI) Prometheus Alertmanager API v2 (OpenAPI)
Back to Prometheus · All GraphQL Specs · GitHub