Phillippko commented on code in PR #7361:
URL: https://github.com/apache/ignite-3/pull/7361#discussion_r2726525687


##########
modules/raft/src/main/java/org/apache/ignite/internal/metrics/sources/RaftMetricSource.java:
##########
@@ -143,6 +166,12 @@ private Map<String, Metric> createMetrics() {
                         LongStream.range(0, logStripeCount).toArray()
                 ));
 
+        metrics.put("raft.group.leaders",

Review Comment:
   Name setup was incorrect, fixed. And changed to maybe better naming. Now 
looks like that: ```..., raft.groups.localLeadersCount=0, ...```
   



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

Reply via email to