lambda_ethereum_consensus icon indicating copy to clipboard operation
lambda_ethereum_consensus copied to clipboard

Add cache metrics

Open MegaRedHand opened this issue 2 years ago • 1 comments

Having hit/miss metrics of Blocks might be useful

MegaRedHand avatar Jan 22 '24 20:01 MegaRedHand

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.execute calls
  • The aggregation in Telemetry.Metrics
  • The Grafana dashboards added

Arkenan avatar Jul 09 '24 11:07 Arkenan