Add indexer task success and failure metrics #16829
Add indexer task success and failure metrics #16829abhishekagarwal87 merged 5 commits intoapache:masterfrom
Conversation
kfaraz
left a comment
There was a problem hiding this comment.
This might have already been discussed, but if the purpose is only to track failed and succeeded tasks, we already have task/running/count, task/success/count, task/failed/count metrics emitted by the Overlord. Are those not sufficient?
https://druid.apache.org/docs/latest/operations/metrics#indexing-service
We wanted to have this metric for each indexer node. The current metric doesn't provide per-host information |
kfaraz
left a comment
There was a problem hiding this comment.
Minor comments, otherwise looks good to me.
|
@kfaraz looks like the checks passed |
|
Sure, @rbankar7 ! |
|
Just merged. Thank you for the contribution @rbankar7 |
Adds indexer level task success and failure metrics
Description
This PR adds indexer-level task metrics-
the current
"worker/task/completed/count"metric shows all the tasks completed irrespective of success or failure status so these metrics would help us get more visibility into the status of the completed tasksRelease note
Adds
indexer/task/failed/countandindexer/task/failed/countmetricsThis PR has: