mirror of
https://github.com/waku-org/nwaku-compose.git
synced 2025-01-09 15:16:03 +00:00
15 lines
287 B
YAML
15 lines
287 B
YAML
global:
|
|
scrape_interval: 15s
|
|
evaluation_interval: 15s
|
|
external_labels:
|
|
monitor: "Monitoring"
|
|
|
|
scrape_configs:
|
|
- job_name: "nwaku"
|
|
static_configs:
|
|
- targets: ["nwaku:8003"]
|
|
|
|
- job_name: postgres-exporter
|
|
static_configs:
|
|
- targets: ['postgres-exporter:9187']
|