Hello,

I have a question about CacheMetrics. 

I am using 

   ignite.cache(cacheName).localMetrics();

And in my cache get method, I am using

    entry = igniteCacheHandle.localPeek(key, CachePeekMode.ALL);

And inside CacheMetrics, when I call getCacheGets, I get 0.
Even though, I am positive that I am calling localPeek over 1K per second
per Node

Unfortunately, I’ve not been able to figure this out myself in the Ignite
codebase.

Does localPeek not register as a Cache Get metric??
Is there some other way to gather these metrics?

Thanks,
-- Chris 





--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to