tibrewalpratik17 commented on code in PR #13838:
URL: https://github.com/apache/pinot/pull/13838#discussion_r1725780131


##########
pinot-common/src/main/java/org/apache/pinot/common/metrics/ServerMeter.java:
##########
@@ -53,6 +53,9 @@ public enum ServerMeter implements AbstractMetrics.Meter {
   PARTIAL_UPSERT_KEYS_NOT_REPLACED("rows", false),
   UPSERT_OUT_OF_ORDER("rows", false),
   DELETED_KEYS_TTL_PRIMARY_KEYS_REMOVED("rows", false),
+  TOTAL_KEYS_MARKED_FOR_DELETION("rows", false),

Review Comment:
   `TOTAL_KEYS_MARKED_FOR_DELETION` and `DELETED_KEYS_WITHIN_TTL_WINDOW` can be 
emitted in both the metadata manager. `DELETED_TTL_KEYS_IN_MULTIPLE_SEGMENTS` 
is only possible in the new one.



-- 
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

Reply via email to