From e31b7b2679cf783633a645a3ee923dd1afaf03d0 Mon Sep 17 00:00:00 2001 From: qinng <854222409@qq.com> Date: Fri, 20 Mar 2020 16:03:43 +0800 Subject: [PATCH] [Doc] Fix wrong description in kubernetes expamle (#7012) Signed-off-by: guoruyi1 Co-authored-by: guoruyi1 --- documentation/examples/prometheus-kubernetes.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/documentation/examples/prometheus-kubernetes.yml b/documentation/examples/prometheus-kubernetes.yml index 67ce06f14..c81194261 100644 --- a/documentation/examples/prometheus-kubernetes.yml +++ b/documentation/examples/prometheus-kubernetes.yml @@ -264,8 +264,6 @@ scrape_configs: # # Example relabel to scrape only single, desired port for the pod # based on pod "example.io/scrape_port = " annotation. - # Note that __address__ is modified here, so if pod containers' ports - # are declared, they all will be ignored. # - source_labels: [__address__, __meta_kubernetes_pod_annotation_example_io_scrape_port] # action: replace # regex: ([^:]+)(?::\d+)?;(\d+)