J-HowHuang commented on code in PR #18882:
URL: https://github.com/apache/pinot/pull/18882#discussion_r3501572384
##########
pinot-common/src/main/java/org/apache/pinot/common/metrics/ServerMeter.java:
##########
@@ -27,6 +27,7 @@
*/
public enum ServerMeter implements AbstractMetrics.Meter {
QUERIES("queries", true),
+ QUERIES_ON_TABLE("queries", false),
Review Comment:
But the consequence is that if someone does an aggregation on this metric,
all data points are counted twice
--
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]