Add prometheus deployment

This commit is contained in:
2026-01-02 17:27:22 -05:00
parent ce31fc354a
commit 5926b84d49
4 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
global:
scrape_interval: 15s
evaluation_interval: 15s
rule_files:
# - "first.rules"
# - "second.rules"
scrape_configs:
- job_name: prometheus
static_configs:
- targets: ['localhost:9090']