lambdaclass / lambda_ethereum_consensus

Elixir implementation of an Ethereum consensus client, which offers high reliance & fault tolerance
Apache License 2.0
97 stars 33 forks source link

Add cache metrics #663

Open MegaRedHand opened 8 months ago

MegaRedHand commented 8 months ago

Having hit/miss metrics of Blocks might be useful

Arkenan commented 2 months ago

There's a single module (LRUCache) that implements cache for all schemas. We can add telemetry calls in that module for hits and misses, using the "table" as part of the metadata so we can filter in grafana. A PR to complete this issue should have: