rbankar7 commented on code in PR #16829: URL: https://github.com/apache/druid/pull/16829#discussion_r1703309453
########## docs/operations/metrics.md: ########## @@ -297,6 +297,8 @@ If the JVM does not support CPU time measurement for the current thread, `ingest |`worker/taskSlot/used/count`|Number of busy task slots on the reporting worker per emission period. This metric is only available if the `WorkerTaskCountStatsMonitor` module is included.| `category`, `workerVersion`|Varies| |`worker/task/assigned/count`|Number of tasks assigned to an indexer per emission period. This metric is only available if the `WorkerTaskCountStatsMonitor` module is included.|`dataSource`|Varies| |`worker/task/completed/count`|Number of tasks completed by an indexer per emission period. This metric is only available if the `WorkerTaskCountStatsMonitor` module is included.|`dataSource`|Varies| +|`indexer/task/failed/count`|Number of tasks failed on an indexer per emission period. This metric is only available if the `WorkerTaskCountStatsMonitor` module is included.|`dataSource`|Varies| +|`indexer/task/success/count`|Number of tasks succeeded on an indexer per emission period. This metric is only available if the `WorkerTaskCountStatsMonitor` module is included.|`dataSource`|Varies| Review Comment: metric with these names are already being emitted for the MM with different dimensions from overlord- https://github.com/apache/druid/blob/9dc2569f2276ab01b7917ad968250bd5e20ddfb7/server/src/main/java/org/apache/druid/server/metrics/WorkerTaskCountStatsMonitor.java#L66 -- 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]
