Skip to content

Commit e83ce77

Browse files
committed
revert docs update
Signed-off-by: Ben Ye <[email protected]>
1 parent b5c0f51 commit e83ce77

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/api/_index.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)