From a48d348811619ba4e8eae9c3eaae4857749a1578 Mon Sep 17 00:00:00 2001 From: machine424 Date: Tue, 12 Aug 2025 12:49:13 +0200 Subject: [PATCH] chore: exclude experimental /v1/ endpoints from stability guarantees a bunch is marked as experimental in https://prometheus.io/docs/prometheus/latest/querying/api/ Signed-off-by: machine424 --- docs/stability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stability.md b/docs/stability.md index 82974f8f70..a70aadaf0d 100644 --- a/docs/stability.md +++ b/docs/stability.md @@ -13,7 +13,7 @@ Things considered stable for 3.x: * The query language and data model * Alerting and recording rules * The ingestion exposition format -* v1 HTTP API (used by dashboards and UIs) +* v1 HTTP API (used by dashboards and UIs), excluding endpoints explicitly marked as experimental * Configuration file format (minus the service discovery remote read/write, see below) * Rule/alert file format * Console template syntax and semantics