Split prometheus into 2 jobs

This commit is contained in:
2026-01-02 17:54:44 -05:00
parent 9f717ba16a
commit 3f1bd762c5

View File

@@ -10,6 +10,9 @@ scrape_configs:
- job_name: prometheus
static_configs:
- targets: ["localhost:9090"]
- job_name: gateway
- job_name: gateway_ucode
static_configs:
- targets: ["openwrt.malcolms.xyz:9100"]
- targets: ["10.1.1.1:80"]
- job_name: gateway_lua
static_configs:
- targets: ["10.1.1.1:9100"]