created monitoring stack

This commit is contained in:
2026-06-03 00:28:45 -07:00
parent 57d779d5d1
commit 51b2bac037
5 changed files with 271 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
global:
scrape_interval: 15s
evaluation_interval: 15s
alerting:
alertmanagers:
- static_configs:
- targets:
- alertmanager:9093
rule_files:
# - alert-rules.yml
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:9090']