From eaa5d6cbd74bb74f4332ee57c265eef29fb6b2c7 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 17 Aug 2022 14:24:36 +0300 Subject: [PATCH] docs/sd_configs.md: clarify a bit honor_labels config option --- docs/sd_configs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sd_configs.md b/docs/sd_configs.md index aa219c6a9..c834deda0 100644 --- a/docs/sd_configs.md +++ b/docs/sd_configs.md @@ -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.