docs/sd_configs.md: clarify a bit honor_labels config option

This commit is contained in:
Aliaksandr Valialkin 2022-08-17 14:24:36 +03:00
parent 7d26414b2e
commit eaa5d6cbd7
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -1106,7 +1106,7 @@ scrape_configs:
# honor_labels controls how to handle conflicts between labels that are
# already present in scraped data and labels that would be attached
# server-side ("job" and "instance" labels, manually configured target
# labels, and labels generated by service discovery implementations).
# labels, labels generated by service discovery, etc.
#
# If honor_labels is set to "true", label conflicts are resolved by keeping label
# values from the scraped data and ignoring the conflicting server-side labels.