From 29d2d2926f187f7b90b932b576c299e0c24aba51 Mon Sep 17 00:00:00 2001 From: June Date: Tue, 1 Oct 2024 01:59:33 +0200 Subject: [PATCH] prometheus: don't duplicate scrape interval and timeout --- .../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 c7905b9..69d734c 100644 --- a/playbooks/files/chaosknoten/configs/grafana/docker_compose/prometheus.yml +++ b/playbooks/files/chaosknoten/configs/grafana/docker_compose/prometheus.yml @@ -12,8 +12,6 @@ alerting: scrape_configs: - job_name: prometheus honor_timestamps: true - scrape_interval: 15s - scrape_timeout: 10s metrics_path: /metrics scheme: http static_configs: