mcvsubbu commented on a change in pull request #4633: Add metrics for the 
number of partitions for which controller becomes leader
URL: https://github.com/apache/incubator-pinot/pull/4633#discussion_r327891909
 
 

 ##########
 File path: 
pinot-common/src/main/java/org/apache/pinot/common/metrics/ControllerGauge.java
 ##########
 @@ -54,6 +54,9 @@
   // Pinot controller resource enabled
   PINOT_LEAD_CONTROLLER_RESOURCE_ENABLED("PinotLeadControllerResourceEnabled", 
true),
 
+  // Number of partitions for which current controller becomes the leader
+  
NUMBER_PARTITIONS_CONTROLLER_BECOMES_LEADER("NumberPartitionsControllerBecomesLeader",
 true),
 
 Review comment:
   Rename to `ControllerLeaderPartitionCount` or 
`NumControllerLeaderPartitions`   

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


With regards,
Apache Git Services

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

Reply via email to