mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 06:17:27 -08:00
fix: scrape_config/interval relabelling is not experimental any more
Signed-off-by: Sven Dewit <sven.dewit@1und1.de>
This commit is contained in:
parent
8eb9228af8
commit
dc7d3fbc3c
|
@ -3236,7 +3236,7 @@ are set to the scheme and metrics path of the target respectively. The `__param_
|
||||||
label is set to the value of the first passed URL parameter called `<name>`.
|
label is set to the value of the first passed URL parameter called `<name>`.
|
||||||
|
|
||||||
The `__scrape_interval__` and `__scrape_timeout__` labels are set to the target's
|
The `__scrape_interval__` and `__scrape_timeout__` labels are set to the target's
|
||||||
interval and timeout. This is **experimental** and could change in the future.
|
interval and timeout.
|
||||||
|
|
||||||
Additional labels prefixed with `__meta_` may be available during the
|
Additional labels prefixed with `__meta_` may be available during the
|
||||||
relabeling phase. They are set by the service discovery mechanism that provided
|
relabeling phase. They are set by the service discovery mechanism that provided
|
||||||
|
|
Loading…
Reference in a new issue