Add gateway job to prometheus

This commit is contained in:
2026-01-02 17:47:23 -05:00
parent 7515b52660
commit 9f717ba16a

View File

@@ -9,4 +9,7 @@ rule_files:
scrape_configs:
- job_name: prometheus
static_configs:
- targets: ['localhost:9090']
- targets: ["localhost:9090"]
- job_name: gateway
static_configs:
- targets: ["openwrt.malcolms.xyz:9100"]