mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Change metrics relabel terminology (#7362)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
1e006d84a0
commit
ef4d8a38ca
|
@ -1184,7 +1184,7 @@ Metric relabeling is applied to samples as the last step before ingestion. It
|
|||
has the same configuration format and actions as target relabeling. Metric
|
||||
relabeling does not apply to automatically generated timeseries such as `up`.
|
||||
|
||||
One use for this is to blacklist time series that are too expensive to ingest.
|
||||
One use for this is to exclude time series that are too expensive to ingest.
|
||||
|
||||
### `<alert_relabel_configs>`
|
||||
|
||||
|
|
Loading…
Reference in a new issue