jamesyfshao commented on a change in pull request #5175: add pinot upsert
features to pinot common
URL: https://github.com/apache/incubator-pinot/pull/5175#discussion_r397564517
##########
File path:
pinot-common/src/main/java/org/apache/pinot/common/metrics/BrokerGauge.java
##########
@@ -26,7 +26,8 @@
*
*/
public enum BrokerGauge implements AbstractMetrics.Gauge {
- QUERY_QUOTA_CAPACITY_UTILIZATION_RATE("tables", false),
NETTY_CONNECTION_CONNECT_TIME_MS("nettyConnection", true);
+ QUERY_QUOTA_CAPACITY_UTILIZATION_RATE("tables", false),
NETTY_CONNECTION_CONNECT_TIME_MS("nettyConnection", true),
+ TABLE_MIN_LOW_WATER_MARK("tables", false);
Review comment:
It represents how many table pinot broker is collecting the metrics for. The
exact usage of the metrics will show up in later diffs
----------------------------------------------------------------
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]