abhishekbafna commented on code in PR #17190:
URL: https://github.com/apache/pinot/pull/17190#discussion_r2536418912
##########
pinot-common/src/main/java/org/apache/pinot/common/metrics/ControllerTimer.java:
##########
@@ -38,7 +38,10 @@ public enum ControllerTimer implements AbstractMetrics.Timer
{
DEEP_STORE_SEGMENT_WRITE_TIME_MS("deepStoreSegmentWriteTimeMs", true),
// Audit logging timers
AUDIT_REQUEST_PROCESSING_TIME("auditRequestProcessingTime", true),
- AUDIT_RESPONSE_PROCESSING_TIME("auditResponseProcessingTime", true);
+ AUDIT_RESPONSE_PROCESSING_TIME("auditResponseProcessingTime", true),
+ // Log subtask waiting (until not started) and running (until not completed)
time
+ SUBTASK_WAITING_TIME("subtaskWaitingTime", false),
Review Comment:
@krishan1390 This is inline with the existing metric.
https://github.com/apache/pinot/blob/c119e046b455b2b58f64ac31f946d7cb4fcf57d0/pinot-common/src/main/java/org/apache/pinot/common/metrics/MinionTimer.java#L25
--
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]