Ivan Folgueira Bande 8e3ed8aa7e Connecting nodes with bootstrap node and adding go-waku store clients
One "go-waku" relay node is responsible for generating
traffic, which in turns creates "insert" events. And another
go-waku node that acts as a store client to generate "store"
requests to both "sqlite" and "postgres" nwaku store nodes.
2023-10-23 22:43:21 +02:00

19 lines
392 B
YAML

global:
scrape_interval: 15s
evaluation_interval: 15s
external_labels:
monitor: "Monitoring"
scrape_configs:
- job_name: "nwaku_postgres"
static_configs:
- targets: ['nwaku-postgres:8003']
- job_name: "nwaku_sqlite"
static_configs:
- targets: ['nwaku-sqlite:8004']
- job_name: postgres-exporter
static_configs:
- targets: ['postgres-exporter:9187']