mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-09 04:32:05 +00:00
4bc701652f
* adding inflight discovery metric * adding metrics instructions and default dashboard * spelling fixes
11 lines
212 B
YAML
11 lines
212 B
YAML
global:
|
|
scrape_interval: 12s
|
|
|
|
scrape_configs:
|
|
- job_name: "codex"
|
|
static_configs:
|
|
- targets: ['127.0.0.1:8008']
|
|
- job_name: "node_exporter"
|
|
static_configs:
|
|
- targets: ['127.0.0.1:9100']
|