Skip to content

Commit

Permalink
removed extra rules
Browse files Browse the repository at this point in the history
  • Loading branch information
metonymic-smokey committed Sep 21, 2021
1 parent f6d33ad commit 9581325
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,11 @@ global:
scrape_interval: 15s
evaluation_interval: 15s

# Alertmanager configuration
alerting:
alertmanagers:
- static_configs:
- targets:
# - alertmanager:9093

scrape_configs:
- job_name: "prometheus"
static_configs:
- targets: ["localhost:9090"]
- targets:
- localhost:9090
- job_name: myapp
static_configs:
- targets:
Expand Down

0 comments on commit 9581325

Please sign in to comment.