Replies: 1 comment 2 replies
-
If the cache already exposes the stats (hits/miss etc), then it could be reported as metric using the ObervableCounter/Gauge/UpDownCounter. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is there a best practice around tracing items being added/retrieved from cache in .net core apps? Is that something we need to use manual instrumentation to achieve? Or is there any automatic instrumentation available? Or maybe its better to use metrics for this? My end goal is to really just see what kind of cache hit ratio we are seeing. What percentage of time are we pulling items from cache versus going to the source.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions