nim-codex/metrics/prometheus.yml
Dmitriy Ryajov 4bc701652f
Adding metrics (#203)
* adding inflight discovery metric

* adding metrics instructions and default dashboard

* spelling fixes
2022-08-23 10:11:21 -06:00

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']