Wolf-Dieter Fink created ISPN-12354:
---------------------------------------
Summary: Confusing naming of statistic "total_number_of_entries"
Key: ISPN-12354
URL:
https://issues.redhat.com/browse/ISPN-12354
Project: Infinispan
Issue Type: Bug
Reporter: Wolf-Dieter Fink
For a cache there are 3 metrics:
"current_number_of_entries_in_memory" : 0, <-- current number in memory
"current_number_of_entries" : 14, <-- total number of entries (size)
But "total_number_of_entries" is not the total number of entries in this cache
but the number of put's for the running server.
See code
https://github.com/infinispan/infinispan/blob/master/core/src/main/java/o...
So the naming "total number" is not correct and should be changed.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)