From f721dd9feaba061ae8c32641b0d7078ca760c7b9 Mon Sep 17 00:00:00 2001 From: June Date: Wed, 2 Oct 2024 04:19:37 +0200 Subject: [PATCH] prometheus: make opnsense-ccchh job not fail half the time The scrape seems to take around a second to complete and with the configured timeout of 1s that failed half the time. Therefore use the default, more relaxed scrape interval and timeout and have it be reliable. --- .../chaosknoten/configs/grafana/docker_compose/prometheus.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/playbooks/files/chaosknoten/configs/grafana/docker_compose/prometheus.yml b/playbooks/files/chaosknoten/configs/grafana/docker_compose/prometheus.yml index dce71c2..7936fd5 100644 --- a/playbooks/files/chaosknoten/configs/grafana/docker_compose/prometheus.yml +++ b/playbooks/files/chaosknoten/configs/grafana/docker_compose/prometheus.yml @@ -49,8 +49,6 @@ scrape_configs: - mumble.hamburg.ccc.de:443 - job_name: opnsense-ccchh honor_timestamps: true - scrape_interval: 5s - scrape_timeout: 1s metrics_path: /metrics scheme: http static_configs: