docs: clarify that auto generated metrics can't be relabeled in scrape config

Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
hagen1778 2024-10-24 12:09:30 +02:00
parent ec0abe736a
commit 53b7288e0d
No known key found for this signature in database
GPG key ID: E92986095E0DD614

View file

@ -567,6 +567,8 @@ and attaches `instance`, `job` and other target-specific labels to these metrics
If the target exports metrics with names clashing with the automatically generated metric names, then `vmagent` automatically
adds `exported_` prefix to these metric names, so they don't clash with automatically generated metric names.
Relabeling defined in `relabel_configs` or `metric_relabel_configs` of scrape config isn't applied to automatically
generated metrics. But they still can be relabeled via `-remoteWrite.relabelConfig` before sending metrics to remote address.
## Relabeling