From 3a09d531957f6b45f3a91caddec6aa2100d63927 Mon Sep 17 00:00:00 2001 From: tyler92 Date: Fri, 17 Mar 2023 10:54:35 +0300 Subject: [PATCH] Remove unused 'alerting' section from prometheus.yml in examples (#2055) --- examples/prometheus/README.md | 8 -------- examples/prometheus/prometheus.yml | 8 -------- 2 files changed, 16 deletions(-) diff --git a/examples/prometheus/README.md b/examples/prometheus/README.md index 3c75f9690a..d44007391c 100644 --- a/examples/prometheus/README.md +++ b/examples/prometheus/README.md @@ -81,14 +81,6 @@ global: scrape_interval: 5s scrape_timeout: 2s evaluation_interval: 5s -alerting: - alertmanagers: - - follow_redirects: true - scheme: http - timeout: 5s - api_version: v2 - static_configs: - - targets: [localhost:9464] scrape_configs: - job_name: otel static_configs: diff --git a/examples/prometheus/prometheus.yml b/examples/prometheus/prometheus.yml index aae3db57df..31b0f99ffa 100644 --- a/examples/prometheus/prometheus.yml +++ b/examples/prometheus/prometheus.yml @@ -5,14 +5,6 @@ global: scrape_interval: 5s scrape_timeout: 2s evaluation_interval: 5s -alerting: - alertmanagers: - - follow_redirects: true - scheme: http - timeout: 5s - api_version: v2 - static_configs: - - targets: [localhost:9464] scrape_configs: - job_name: otel static_configs: