From 44aa7ec46d5815541040fc6832ddb909da0decad Mon Sep 17 00:00:00 2001 From: beorn7 Date: Tue, 14 Jun 2016 09:39:34 +0200 Subject: [PATCH] doc: Update scrape config in example prometheus.yml --- documentation/examples/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/examples/prometheus.yml b/documentation/examples/prometheus.yml index d5aa7c2cd..59035792c 100644 --- a/documentation/examples/prometheus.yml +++ b/documentation/examples/prometheus.yml @@ -26,5 +26,5 @@ scrape_configs: # metrics_path defaults to '/metrics' # scheme defaults to 'http'. - target_groups: + static_configs: - targets: ['localhost:9090']