Fix gateway exporter port

This commit is contained in:
2026-01-02 18:04:29 -05:00
parent 3f1bd762c5
commit 1ea3ed93bb

View File

@@ -12,7 +12,7 @@ scrape_configs:
- targets: ["localhost:9090"]
- job_name: gateway_ucode
static_configs:
- targets: ["10.1.1.1:80"]
- targets: ["10.1.1.1:9101"]
- job_name: gateway_lua
static_configs:
- targets: ["10.1.1.1:9100"]