* 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>
Changes `"datasource": null` to `"datasource: "Prometheus"` for all panels to avoid default in case Grafana has more datasources loaded and not using Prometheus as default.
- moved "process_dashboard.nim" in "tools/"
- README: made Witti the documented testnet and added instructions for
getting metrics out of the local node
- moved Prometheus config file generation in its own script
- the static Grafana dashboard definition now covers all nodes, using
a variable; only the remote testnet dashboards need to be dynamically
generated
- "launch_local_testnet.sh" no longer needs a "--grafana" option