mcvsubbu commented on a change in pull request #6778: URL: https://github.com/apache/incubator-pinot/pull/6778#discussion_r656368740
########## File path: pinot-common/src/main/java/org/apache/pinot/common/metrics/ControllerGauge.java ########## @@ -67,6 +67,12 @@ // Percentage of segments we failed to get size for TABLE_STORAGE_EST_MISSING_SEGMENT_PERCENT("TableStorageEstMissingSegmentPercent", false), + // Number of errors during segment store upload retry of LLC segment + NUMBER_OF_ERRORS_FOR_LLC_SEGMENTS_DEEP_STORE_UPLOAD_RETRY("LLCSegmentDeepStoreUploadRetryError", false), Review comment: These two metrics should be in Meter. The gauge needs to be the queue length -- total number of segments that are in your map. I am sure a per-table gauge is also useful, just that it may cause number of metrics to explode. we can add that later if we see the need for it. -- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org