Skip to content

Conversation

AkramBitar
Copy link
Contributor

Implements CacheMetrics to measure cache usage, including put, get, delete, and update operations, as well as cache hits and misses. Introduces a MetricMap to monitor the usage of a basic key-value cache using a Go map, along with a CacheMetrics interface for tracking cache statistics

@AkramBitar AkramBitar self-assigned this Aug 1, 2025
@AkramBitar AkramBitar added perf enhancement New feature or request labels Aug 1, 2025
@AkramBitar AkramBitar added this to the Q3 milestone Aug 1, 2025
@AkramBitar AkramBitar marked this pull request as draft August 1, 2025 17:26
Signed-off-by: akram <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request perf
Projects
None yet
Development

Successfully merging this pull request may close these issues.

check the use of map/channel and the possibility to replace it with a cache
1 participant