File tree 1 file changed +0
-14
lines changed 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
39
39
| [ Get label values] ( #get-label-values ) | Querier, Query-frontend | ` GET <prometheus-http-prefix>/api/v1/label/{name}/values ` |
40
40
| [ Get metric metadata] ( #get-metric-metadata ) | Querier, Query-frontend | ` GET <prometheus-http-prefix>/api/v1/metadata ` |
41
41
| [ 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 ` |
43
42
| [ Get tenant ingestion stats] ( #get-tenant-ingestion-stats ) | Querier | ` GET /api/v1/user_stats ` |
44
43
| [ Ruler ring status] ( #ruler-ring-status ) | Ruler | ` GET /ruler/ring ` |
45
44
| [ Ruler rules ] ( #ruler-rule-groups ) | Ruler | ` GET /ruler/rule_groups ` |
@@ -408,19 +407,6 @@ _For more information, please check out Prometheus [Remote storage integrations]
408
407
409
408
_ Requires [ authentication] ( #authentication ) ._
410
409
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
-
424
410
## Querier
425
411
426
412
### Get tenant ingestion stats
You can’t perform that action at this time.
0 commit comments