]> git.openstreetmap.org Git - chef.git/commitdiff
Collect metrics from promscale
authorTom Hughes <tom@compton.nu>
Thu, 18 Feb 2021 17:21:54 +0000 (17:21 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 18 Feb 2021 17:21:54 +0000 (17:21 +0000)
cookbooks/prometheus/templates/default/prometheus.yml.erb

index 01eb1fd4f38fbaad5f37f75688b905d9e00d8685..54f72a88c12efc6f7a9a3fa8745dbbce26bfcdcd 100644 (file)
@@ -27,6 +27,10 @@ scrape_configs:
     static_configs:
       - targets:
           - localhost:9093
+  - job_name: promscale
+    static_configs:
+      - targets:
+          - localhost:9201
   - job_name: ssl
     scrape_interval: 15m
     metrics_path: /probe