From 4db6592d012ffe673a7d0c338a54e24b2d1ef852 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Mon, 6 Nov 2017 11:11:04 -0500 Subject: [PATCH] Removing external_labels from example conf file (#3409) It's unclear why this is in the example configuration file. Probably best to keep that super simple, c.f. https://github.com/prometheus/docs/pull/895#discussion_r148924390 --- documentation/examples/prometheus.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/documentation/examples/prometheus.yml b/documentation/examples/prometheus.yml index a69d6f07da..d9c6558702 100644 --- a/documentation/examples/prometheus.yml +++ b/documentation/examples/prometheus.yml @@ -4,11 +4,6 @@ global: evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute. # scrape_timeout is set to the global default (10s). - # Attach these labels to any time series or alerts when communicating with - # external systems (federation, remote storage, Alertmanager). - external_labels: - monitor: 'codelab-monitor' - # Alertmanager configuration alerting: alertmanagers: