obelix74 commented on code in PR #3385:
URL: https://github.com/apache/polaris/pull/3385#discussion_r2772153060
##########
runtime/service/src/main/java/org/apache/polaris/service/events/PolarisEventType.java:
##########
@@ -193,7 +193,11 @@ public enum PolarisEventType {
AFTER_ATTEMPT_TASK(1401),
// Rate Limiting Events
- BEFORE_LIMIT_REQUEST_RATE(1500);
+ BEFORE_LIMIT_REQUEST_RATE(1500),
+
+ // Metrics Reporting Events
+ BEFORE_REPORT_METRICS(1600),
Review Comment:
This is legacy code. We were persisting events as well, deleting this.
--
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]