lambda_ethereum_consensus
lambda_ethereum_consensus copied to clipboard
Add cache metrics
Having hit/miss metrics of Blocks might be useful
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:
- The
:telemetry.executecalls - The aggregation in
Telemetry.Metrics - The Grafana dashboards added