Commit Graph

32 Commits

Author SHA1 Message Date
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
Miran 7eaa8f832b
Fix #2013, add images to the repo (#5438)
* add img for health.md

* add imgs for metrics.md

* add imgs for email.md

* add img for developers.md

* add imgs for grafana/readme.md

---------

Co-authored-by: Etan Kissling <etan@status.im>
2023-09-19 08:00:48 +02:00
Jacek Sieka b4159416c4
grafana: update dashboard
* new mesh efficiency board for measuring IDONTWANT
* fix scaling of several message/slot boards
2023-09-15 16:50:36 +02:00
Jacek Sieka 0fbea67cb7
grafana: remove container 2022-11-16 12:50:03 +01:00
Jacek Sieka 4925776e66
export dashboards properly
using export function
2022-11-16 12:38:52 +01:00
Jacek Sieka 0bccef68bd
update dashboards 2022-11-16 11:54:53 +01:00
Mamy Ratsimbazafy 3dbad20306
aggregates/slot in fleet (#3520) 2022-05-12 09:51:06 +02:00
Tanguy 1642bf3dc0
Rename subnet graphs (#3627) 2022-05-12 09:50:27 +02:00
Ștefan Talpalaru 036a851338
Grafana: make local dashboard work with Windows metrics (#3480) 2022-03-09 22:34:35 +01:00
Ștefan Talpalaru 975b244c4a
update Grafana dashboards (#3436) 2022-02-25 00:16:56 +01:00
Ștefan Talpalaru 609c86f056
Grafana: don't interpolate over null values (#3173) 2021-12-08 14:21:48 +01:00
Ștefan Talpalaru 5339800ae4
Grafana: update dashboards (#3017) 2021-10-21 17:15:35 +02:00
Ștefan Talpalaru 7a4b154705 Grafana: update metrics.status.im dashboard 2021-10-21 00:42:17 +03:00
Ștefan Talpalaru cd6007fea1
grafana: document the dashboard exporting process (#2986)
grafana: document the dashboard exporting process
2021-10-13 19:05:31 +02:00
Ștefan Talpalaru 1c50cd224e
Grafana: add 3 more panels (#2946)
(and delete old tool)
2021-10-04 12:04:33 +02:00
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
Ștefan Talpalaru 840ef82414
Grafana dashboards: add a version panel (#2845) 2021-09-02 21:20:26 +02:00
Mamy Ratsimbazafy 315c981f6f
Add aggregates/slot to the default dashboard (#2844) 2021-09-02 21:09:21 +02:00
Ștefan Talpalaru b1ed4d6ef4
add metrics.status.im Grafana dashboard (#2817)
and simplify queries for the old one
2021-08-28 22:51:10 +00:00
Hans Löfgren 46fec09c49
Update beacon_nodes_Grafana_dashboard.json (#2744)
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.
2021-07-28 18:20:57 +02:00
Ștefan Talpalaru ad54e9d3bf
Prometheus/Grafana changes (#2092)
- 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)
2020-12-02 21:47:00 +01:00
Jacek Sieka e7f2735271
fix broken metrics during replay (#2090)
* move metrics out of state transition
* add validator count metric
* remove expensive beacon_current_validators, beacon_previous_validators
metrics (they should be reimplemented with cache), add cheap
beacon_active_validators to approximate
* remove unused validator count metrics
* tidy imports/defects
2020-11-27 23:16:13 +01:00
Ștefan Talpalaru 2124eb7ffc
Grafana: better libp2p_open_streams labels 2020-11-20 02:43:03 +01:00
Ștefan Talpalaru ea9271ba4f
Grafana: add metric, update datasource 2020-11-19 20:50:31 +01:00
Ștefan Talpalaru 2b2c717dd7
Grafana: add nbc_peers
process_dashboard: add "--title" option
2020-11-18 02:06:20 +01:00
Ștefan Talpalaru 3c75e2ae28
update Grafana dashboard 2020-09-30 15:49:37 +02:00
Ștefan Talpalaru ec61086192
update Grafana dashboard 2020-08-23 18:44:15 +02:00
Ștefan Talpalaru 7763df95a4
storeBlock() duration metric (#1480) 2020-08-10 19:10:43 +02:00
Ștefan Talpalaru 569cc8df28
update Grafana dashboard 2020-08-09 00:18:00 +02:00
Ștefan Talpalaru 09bc6e57c6
grafana/beacon_nodes_Grafana_dashboard_Chronos_edition.json [skip ci] 2020-08-06 04:33:27 +02:00
Ștefan Talpalaru 9e507ca74a
Grafana: fix libp2p open stream metric names 2020-06-28 01:42:35 +02:00
Ștefan Talpalaru e2025c5752
Prometheus & Grafana refactoring
- 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
2020-06-10 19:55:26 +02:00