ankitsultana commented on code in PR #12482:
URL: https://github.com/apache/pinot/pull/12482#discussion_r1501103449
##########
pinot-common/src/main/java/org/apache/pinot/common/metrics/BrokerGauge.java:
##########
@@ -42,6 +42,12 @@ public enum BrokerGauge implements AbstractMetrics.Gauge {
NETTY_POOLED_ARENAS_DIRECT("arenas", true),
NETTY_POOLED_ARENAS_HEAP("arenas", true),
+ /**
+ * The type of Adaptive Server Selector.
+ * See {@link
org.apache.pinot.spi.utils.CommonConstants.Broker.AdaptiveServerSelector.Type}
+ */
+ ADAPTIVE_SERVER_SELECTOR_TYPE("adaptiveServerSelectorType", true),
Review Comment:
Can you add this at the end of all gauges?
Currently it is sitting between netty gauges.
--
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]