From: Tom Hughes Date: Thu, 18 Feb 2021 17:21:54 +0000 (+0000) Subject: Collect metrics from promscale X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/ae3dbed359fa5aa4fde098f72fba1c6ca1cd60a9 Collect metrics from promscale --- diff --git a/cookbooks/prometheus/templates/default/prometheus.yml.erb b/cookbooks/prometheus/templates/default/prometheus.yml.erb index 01eb1fd4f..54f72a88c 100644 --- a/cookbooks/prometheus/templates/default/prometheus.yml.erb +++ b/cookbooks/prometheus/templates/default/prometheus.yml.erb @@ -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