Skip to content

Commit

Permalink
Remove unsupported /api/v1/targets from Metrics documentation
Browse files Browse the repository at this point in the history
Remove `/api/v1/targets` from Metrics docs. This endpoint is related to target discovery for prometheus scrape config, which we don't expose directly and has never been supported. (Instead, you set custom metrics on your apps and our system handles the scrape config internally).
  • Loading branch information
wjordan authored Sep 23, 2024
1 parent b471569 commit d3fda6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion monitoring/metrics.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ It [supports](https://docs.victoriametrics.com/#prometheus-querying-api-usage) m
- [`/api/v1/labels`](https://prometheus.io/docs/prometheus/latest/querying/api/#getting-label-names)
- [`/api/v1/label/<label_name>/values`](https://prometheus.io/docs/prometheus/latest/querying/api/#querying-label-values)
- [`/api/v1/status/tsdb`](https://prometheus.io/docs/prometheus/latest/querying/api/#tsdb-stats)
- [`/api/v1/targets`](https://prometheus.io/docs/prometheus/latest/querying/api/#targets)
- [`/federate`](https://prometheus.io/docs/prometheus/latest/federation/)

Note that [remote read](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_read) (`/api/v1/read`) [remote storage integration](https://prometheus.io/docs/prometheus/latest/storage/#remote-storage-integrations)
Expand Down

0 comments on commit d3fda6a

Please sign in to comment.