You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/07/02 12:11:55 UTC

[GitHub] [ignite] nizhikov commented on a change in pull request #6648: IGNITE-11922 `Register ClusterMetricsMXBeanImpl metrics`

nizhikov commented on a change in pull request #6648: IGNITE-11922 `Register ClusterMetricsMXBeanImpl metrics`
URL: https://github.com/apache/ignite/pull/6648#discussion_r299449946
 
 

 ##########
 File path: modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/ClusterMetricsImpl.java
 ##########
 @@ -36,6 +39,12 @@
     /** Job metrics update time. */
     private volatile long jobMetricsUpdateTime;
 
+    /** System metrics prefix. */
+    public static final String SYS_METRICS = "sys";
+
+    /** System metrics. */
+    MetricRegistry sysreg;
 
 Review comment:
   This variable is not necessary in the class.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services