kuszz commented on code in PR #1991:
URL: 
https://github.com/apache/incubator-uniffle/pull/1991#discussion_r1704830668


##########
common/src/main/java/org/apache/uniffle/common/metrics/MetricsManager.java:
##########
@@ -112,4 +150,8 @@ public Summary.Child addLabeledSummary(String name) {
     }
     return builder.register(collectorRegistry).labels(defaultLabelValues);
   }
+
+  public com.codahale.metrics.Gauge getGauge(String name) {

Review Comment:
   yes, this func display how to obtain the value of a gauge registered in new 
way



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

To unsubscribe, e-mail: [email protected]

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to