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



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/GridKernalContext.java
##########
@@ -761,4 +761,11 @@
      * @return Thread pool for create/rebuild indexes.
      */
     public ExecutorService buildIndexExecutorService();
+
+    /**
+     * Gets Performance statistics processor.
+     *
+     * @return Performance statistics processor.
+     */
+    public PerformanceStatisticsProcessor performanceStatistics();

Review comment:
       Let's add @IgniteExperimental for this method.




----------------------------------------------------------------
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