chore: update prometheus config to point to go-waku
This commit is contained in:
parent
99e43a4afe
commit
7294e9b4c8
|
@ -5,9 +5,9 @@ global:
|
|||
monitor: "Monitoring"
|
||||
|
||||
scrape_configs:
|
||||
- job_name: "nwaku"
|
||||
- job_name: "go-waku"
|
||||
static_configs:
|
||||
- targets: ["nwaku:8003"]
|
||||
- targets: ["go-waku:8003"]
|
||||
|
||||
- job_name: postgres-exporter
|
||||
static_configs:
|
||||
|
|
Loading…
Reference in New Issue