kfaraz commented on code in PR #14533:
URL: https://github.com/apache/druid/pull/14533#discussion_r1254330030
##########
indexing-service/src/main/java/org/apache/druid/indexing/overlord/TaskQueue.java:
##########
@@ -893,6 +930,20 @@ public Map<String, Long> getWaitingTaskCount()
}
}
+ public CoordinatorRunStats getQueueStats()
Review Comment:
Yes, I have added a comment in the description of this PR about repurposing
the `CoordinatorRunStats` to be generic `DruidStats` but that will be tackled
in a separate PR.
This class is a nice encapsulation to collect and report stats across
multiple dimensions and is thread-safe too.
--
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]