mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 22:06:21 +00:00
ad54e9d3bf
- grafana/prometheus.yml.example - drop the custom label - raise the minimum supported Grafana version to 7.2 - increase scrape_interval - add validator reward rate panel (Zahary's)
9 lines
128 B
Plaintext
9 lines
128 B
Plaintext
global:
|
|
scrape_interval: 12s
|
|
|
|
scrape_configs:
|
|
- job_name: "nimbus"
|
|
static_configs:
|
|
- targets: ['127.0.0.1:8008']
|
|
|