File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ For the sake of clarity, in this document we have grouped API endpoints by servi
3939| [ Get label values] ( #get-label-values ) | Querier, Query-frontend | ` GET <prometheus-http-prefix>/api/v1/label/{name}/values ` |
4040| [ Get metric metadata] ( #get-metric-metadata ) | Querier, Query-frontend | ` GET <prometheus-http-prefix>/api/v1/metadata ` |
4141| [ Remote read] ( #remote-read ) | Querier, Query-frontend | ` POST <prometheus-http-prefix>/api/v1/read ` |
42- | [ Build information] ( #build-information ) | Querier, Query-frontend | ` POST <prometheus-http-prefix>/api/v1/status/buildinfo ` |
4342| [ Get tenant ingestion stats] ( #get-tenant-ingestion-stats ) | Querier | ` GET /api/v1/user_stats ` |
4443| [ Ruler ring status] ( #ruler-ring-status ) | Ruler | ` GET /ruler/ring ` |
4544| [ Ruler rules ] ( #ruler-rule-groups ) | Ruler | ` GET /ruler/rule_groups ` |
@@ -408,19 +407,6 @@ _For more information, please check out Prometheus [Remote storage integrations]
408407
409408_ Requires [ authentication] ( #authentication ) ._
410409
411- ### Build Information
412-
413- ```
414- POST <prometheus-http-prefix>/api/v1/status/buildinfo
415-
416- # Legacy
417- POST <legacy-http-prefix>/api/v1/status/buildinfo
418- ```
419-
420- Prometheus-compatible [ build information] ( https://prometheus.io/docs/prometheus/latest/querying/api/#build-information ) endpoint.
421-
422- _ Requires [ authentication] ( #authentication ) ._
423-
424410## Querier
425411
426412### Get tenant ingestion stats
You can’t perform that action at this time.
0 commit comments