Rename target_groups to static_configs
authorTobias Schmidt <ts@soundcloud.com>
Wed, 13 Jul 2016 00:58:38 +0000 (18:58 -0600)
committerGitHub <noreply@github.com>
Wed, 13 Jul 2016 00:58:38 +0000 (18:58 -0600)
README.md

index 0e5777659f71a4c776f8d3fd336bf2cc2ca46c8a..809aed256491d82bee3173a9f24ddc7d048ca49a 100644 (file)
--- 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: