npawar commented on code in PR #8761:
URL: https://github.com/apache/pinot/pull/8761#discussion_r879940501
##########
pinot-common/src/main/java/org/apache/pinot/common/metrics/ControllerGauge.java:
##########
@@ -26,6 +26,7 @@
*/
public enum ControllerGauge implements AbstractMetrics.Gauge {
+ REPLICATION_FROM_CONFIG("replicas", false),
Review Comment:
good idea. Will do that in a separate PR though, because to get partitions
we need to create streamMetadataProvider. Will keeo the scope of this as static
configs from the table config.
--
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]