MONITORING: added scraping configuration prometheus

This commit is contained in:
2026-07-22 10:59:50 +00:00
parent b7b1d9cdaa
commit 3182fc1d45
+7
View File
@@ -0,0 +1,7 @@
global:
scrape_interval: 30s
scrape_configs:
- job_name: "netbird-management"
static_configs:
- targets: ["172.20.10.19:9090"]