2023-08-24 17:25:29 +00:00
|
|
|
global:
|
|
|
|
scrape_interval: 15s
|
|
|
|
evaluation_interval: 15s
|
|
|
|
external_labels:
|
|
|
|
monitor: "Monitoring"
|
|
|
|
|
|
|
|
scrape_configs:
|
|
|
|
- job_name: "nwaku_postgres"
|
|
|
|
static_configs:
|
2023-10-15 18:26:40 +00:00
|
|
|
- targets: ['nwaku-postgres:8003']
|
2023-08-24 17:25:29 +00:00
|
|
|
|
|
|
|
- job_name: "nwaku_sqlite"
|
|
|
|
static_configs:
|
2023-10-15 18:26:40 +00:00
|
|
|
- targets: ['nwaku-sqlite:8004']
|
2023-08-24 17:25:29 +00:00
|
|
|
|
|
|
|
- job_name: postgres-exporter
|
|
|
|
static_configs:
|
|
|
|
- targets: ['postgres-exporter:9187']
|