Split prometheus into 2 jobs
This commit is contained in:
@@ -10,6 +10,9 @@ scrape_configs:
|
|||||||
- job_name: prometheus
|
- job_name: prometheus
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ["localhost:9090"]
|
- targets: ["localhost:9090"]
|
||||||
- job_name: gateway
|
- job_name: gateway_ucode
|
||||||
static_configs:
|
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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user