mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-09 08:32:26 -04:00
docs(api): clarify metadata vs remote protocols (#17481)
Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
This commit is contained in:
parent
7b02d25f6c
commit
6fec996722
1 changed files with 1 additions and 0 deletions
|
|
@ -1029,6 +1029,7 @@ curl http://localhost:9090/api/v1/alerts
|
|||
## Querying target metadata
|
||||
|
||||
The following endpoint returns metadata about metrics currently scraped from targets.
|
||||
The endpoint has the limitation that only metadata scraped from targets directly is returned, metadata sent over Remote-Write or OTLP to Prometheus is not included in this endpoint and will not show up on the UI in "Explore Metrics".
|
||||
This is **experimental** and might change in the future.
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue