nimbus-eth2/grafana
Jakub a924a4a366
grafana: hide slowest graphs in a folded row (#2931)
* grafana: update metrics.status.im.json

Signed-off-by: Jakub Sokołowski <jakub@status.im>

* grafana: hide slowest graphs in a folded row

This includes following graphs:

- `received attestation delay`
- `received aggregate delay`
- `received beacon block delay`
- `storeBlock() duration`

Hiding those makes the whole dashboard load much faster.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-09-30 15:04:54 +02:00
..
README.md add metrics.status.im Grafana dashboard (#2817) 2021-08-28 22:51:10 +00:00
beacon_nodes_Grafana_dashboard.json Grafana dashboards: add a version panel (#2845) 2021-09-02 21:20:26 +02:00
metrics.status.im.json grafana: hide slowest graphs in a folded row (#2931) 2021-09-30 15:04:54 +02: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