nimbus-eth2/grafana
Jacek Sieka 8d465a7d8c
vmon: Missed block metric (#5913)
Validator monitoring gained 2 new metrics for tracking when blocks are
included or not on the head chain.

Similar to attestations, if the block is produced in epoch N, reporting
will use the state when switching to epoch N+2 to do the reporting (so
as to reasonably stabilise the block inclusion in the face of reorgs).
2024-02-20 06:40:18 +02:00
..
img Fix #2013, add images to the repo (#5438) 2023-09-19 08:00:48 +02:00
README.md Fix #2013, add images to the repo (#5438) 2023-09-19 08:00:48 +02:00
beacon_nodes_Grafana_dashboard.json vmon: Missed block metric (#5913) 2024-02-20 06:40:18 +02:00
metrics.status.im.json export dashboards properly 2022-11-16 12:38:52 +01:00
prometheus.yml.example Prometheus/Grafana changes (#2092) 2020-12-02 21:47:00 +01:00

README.md

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

exporting instructions (for developers)

Click the small "share" icon on the top-left of the Grafana dashboard:

share icon

Go to the "Export" tab and enable "Export for sharing externally":

export tab

Now you can either "Save to file" or "View JSON" and copy/paste into the destination file, whichever is faster for you.