mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-20 03:39:47 +00:00
9 lines
194 B
YAML
9 lines
194 B
YAML
|
global:
|
||
|
scrape_interval: 15s
|
||
|
|
||
|
scrape_configs:
|
||
|
- job_name: 'prometheus'
|
||
|
scrape_interval: 5s
|
||
|
static_configs:
|
||
|
- targets: ['host.docker.internal:8008']
|
||
|
metrics_path: '/metrics'
|