From b7a52c78abee7426b83ea816fe352e6f35bd7d94 Mon Sep 17 00:00:00 2001 From: Tobias Schmidt Date: Tue, 12 Jul 2016 18:58:38 -0600 Subject: [PATCH] Rename target_groups to static_configs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e57776..809aed2 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ scrape_configs: metrics_path: /probe params: module: [http_2xx] # Look for a HTTP 200 response. - target_groups: + static_configs: - targets: - prometheus.io # Target to probe relabel_configs: -- 2.25.1