mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 22:06:21 +00:00
b1ed4d6ef4
and simplify queries for the old one
767 B
767 B
These are Grafana dashboards exported to JSON and a sample Prometheus configuration, to get you started.
beacon_nodes_Grafana_dashboard.json
Can be loaded in a local Grafana instance directly.
metrics.status.im.json
Exported from https://metrics.status.im/d/pgeNfj2Wz23/nimbus-fleet-testnets?orgId=1. It diverged a little from "beacon_nodes_Grafana_dashboard.json" by adding Netdata metrics and a few extra panels.
In order to use it locally, you would have to make some changes:
-
remove
beacon_current_epoch{job=\"beacon-node-metrics\"},
from the "instance" variable query -
disable the "container" variable by removing
,container=\"${container}\"
from all panel queries