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 <ayoubmrini424@gmail.com>
This commit is contained in:
machine424 2025-08-12 12:49:13 +02:00 committed by Ayoub Mrini
parent 1607b5c8cc
commit a48d348811
1 changed files with 1 additions and 1 deletions

View File

@ -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