nizhikov commented on a change in pull request #8928:
URL: https://github.com/apache/ignite/pull/8928#discussion_r610844399



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/DataRegionMetricsImpl.java
##########
@@ -113,17 +114,21 @@
     /** Time interval (in milliseconds) when allocations/evictions are counted 
to calculate rate. */
     private volatile long rateTimeInterval;
 
+    /** Grid kernal context. */
+    private final GridKernalContext ctx;
+
     /**
      * @param memPlcCfg DataRegionConfiguration.
-     * @param mmgr Metrics manager.
+     * @param ctx Grid kernal context.
      * @param dataRegionMetricsProvider Data region metrics provider.
      */
     public DataRegionMetricsImpl(DataRegionConfiguration memPlcCfg,
-        GridMetricManager mmgr,
+        GridKernalContext ctx,

Review comment:
       Please, just add `PerformanceStatisticaManager` to the constructor.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to