copy prometheus config
Some checks failed
Deploy Containers / Prepare (push) Failing after 12s

This commit is contained in:
2025-12-28 16:58:18 -05:00
parent fa8fba6fb6
commit f62396b1d0
2 changed files with 28 additions and 10 deletions

View File

@@ -0,0 +1,14 @@
global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: "prometheus"
static_configs:
- targets: ["monitoring_prometheus:9090"]
- job_name: "node-exporter"
static_configs:
- targets: ["172.16.0.25:9100"]
- job_name: "cadvisor"
static_configs:
- targets: ["monitoring_cadvisor:8080"]