mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 00:26:36 +03:00
docs/vmagent: mention ability to filter scrape targets
The previous descrioption didn't mention that relabeling can be used for filtering scrape targets. Adding this metion. Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
@@ -190,8 +190,8 @@ See also [how to scrape large number of targets](#scraping-big-number-of-targets
|
||||
|
||||
### Relabeling and filtering
|
||||
|
||||
`vmagent` can add, remove or update labels on the collected data before sending it to the remote storage. Additionally,
|
||||
it can remove unwanted samples via Prometheus-like relabeling before sending the collected data to remote storage.
|
||||
`vmagent` can add, remove or update labels on the collected data before sending it to the remote storage.
|
||||
It can filter scrape targets or remove unwanted samples via Prometheus-like relabeling.
|
||||
Please see [Relabeling cookbook](https://docs.victoriametrics.com/victoriametrics/relabeling/) for details.
|
||||
|
||||
### Splitting data streams among multiple systems
|
||||
|
||||
Reference in New Issue
Block a user