Skip to content

Commit

Permalink
Remove unused 'alerting' section from prometheus.yml in examples (#2055)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler92 authored Mar 17, 2023
1 parent e7589c0 commit 3a09d53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions examples/prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 0 additions & 8 deletions examples/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3a09d53

Please sign in to comment.