Hello! Roughly speaking, the getAll() internally being transformed into a sequence of an individual get() operations. That's why Ignite doesn't provide a special metric for that and will utilize the same #getAverageGetTime(). At the same time, Ignite does care about what caches' API is being used. I.e. it will calculate the duration of the #getAll() method and divide it by the actual value reads count.
So, you should consider listening for the same #getAverageGetTime() metrics. ----- Alex Shapkin -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
