Is put
counted in cache stats?
#665
Answered
by
ben-manes
kostousov-ds
asked this question in
Q&A
-
I manually put new values to caffeine. But see 0 puts count in the cache metrics. Does this is a bug?
|
Beta Was this translation helpful? Give feedback.
Answered by
ben-manes
Feb 10, 2022
Replies: 1 comment
-
Caffeine doesn’t record a put count as our minimal stats lean towards loading through the cache. This can be added on the side. If a metric is reported then you’ll need to check with whoever instrumented the cache to add that detail. See maybe #660 wrt micrometer. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ben-manes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Caffeine doesn’t record a put count as our minimal stats lean towards loading through the cache. This can be added on the side. If a metric is reported then you’ll need to check with whoever instrumented the cache to add that detail. See maybe #660 wrt micrometer.