Hi, Did you turn on cache metrics for your data region?
To turn the metrics on, use one of the following approaches: 1. Set DataRegionConfiguration.setMetricsEnabled(true) for every region you want to collect the metrics for. 2. Use the DataRegionMetricsMXBean.enableMetrics() method exposed by a special JMX bean. More information regarding cache metrics available here: https://apacheignite.readme.io/docs/cache-metrics Regards, Igor -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
