jugomezv commented on code in PR #10777: URL: https://github.com/apache/pinot/pull/10777#discussion_r1198187955
########## pinot-common/src/main/java/org/apache/pinot/common/metrics/ServerMeter.java: ########## @@ -70,6 +70,7 @@ public enum ServerMeter implements AbstractMetrics.Meter { REFRESH_FAILURES("segments", false), UNTAR_FAILURES("segments", false), SEGMENT_STREAMED_DOWNLOAD_UNTAR_FAILURES("segments", false), + SEGMENT_TOTAL_STREAMED_DOWNLOAD_UNTAR_FAILURES("segments", false), Review Comment: Done in commit 84c64c1f925b9fabe62f51c9ca2a466414fff34d -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org