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 admin API (OpenAPI) Prometheus alert API (OpenAPI) Prometheus alertgroup API (OpenAPI) Prometheus alerts API (OpenAPI) Prometheus features API (OpenAPI) Prometheus general API (OpenAPI) Prometheus labels API (OpenAPI) Prometheus metadata API (OpenAPI) Prometheus notifications API (OpenAPI) Prometheus otlp API (OpenAPI) Prometheus query API (OpenAPI) Prometheus receiver API (OpenAPI) Prometheus remote API (OpenAPI) Prometheus rules API (OpenAPI) Prometheus series API (OpenAPI) Prometheus silence API (OpenAPI) Prometheus status API (OpenAPI) Prometheus targets API (OpenAPI)
Back to Prometheus · All GraphQL Specs · GitHub