From 82d95ee56ad961d5ff71bebf12321924b5941c56 Mon Sep 17 00:00:00 2001 From: Mikhail Khachayants Date: Wed, 15 Mar 2023 11:30:32 +0200 Subject: [PATCH] Remove unused 'alerting' section from prometheus.yml in examples --- 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 d36228a5b7..5dbad31048 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: