26e9703548
This PR also includes location where to put our grafana dashboards which we should maintain in repo.
9 lines
151 B
YAML
9 lines
151 B
YAML
global:
|
|
scrape_interval: 10s
|
|
|
|
scrape_configs:
|
|
- job_name: 'lotus'
|
|
metrics_path: '/debug/metrics'
|
|
static_configs:
|
|
- targets: ['localhost:1234']
|