mirror of https://github.com/waku-org/nwaku.git
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'
|