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: