Skip to content

Commit

Permalink
🔨 prometheus config
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Jun 13, 2024
1 parent fba6c99 commit 3fd040c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:
scrape_configs:
- job_name: "prometheus_monitoring"
static_configs:
- targets: ["localhost:8080"]
- targets: ["localhost:8080", "localhost:8081"]

rule_files:
- "alerts.rules.yml"
Expand Down

0 comments on commit 3fd040c

Please sign in to comment.