From db091e3056c09c091d65e973e52602051bac8076 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 6 Jul 2021 21:47:17 +0200 Subject: [PATCH] Add more comments to prometheus config --- prometheus/prometheus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index 46a5129..45a85d8 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -16,14 +16,14 @@ scrape_configs: - job_name: 'speedtest' metrics_path: /metrics - scrape_interval: 30m + scrape_interval: 30m # How often should we run speed tests scrape_timeout: 60s # running speedtest needs time to complete static_configs: - targets: ['speedtest:9798'] - job_name: 'ping' metrics_path: /probe - scrape_interval: 5s + scrape_interval: 5s # How often should we probe the pinghosts params: module: [http_2xx] # Look for a HTTP 200 response. file_sd_configs: