suneet-s commented on code in PR #14782:
URL: https://github.com/apache/druid/pull/14782#discussion_r1290536710
##########
docs/operations/metrics.md:
##########
@@ -320,6 +320,9 @@ These metrics are for the Druid Coordinator and are reset
each time the Coordina
|`compact/task/count`|Number of tasks issued in the auto compaction run.|
|Varies|
|`compactTask/maxSlot/count`|Maximum number of task slots available for auto
compaction tasks in the auto compaction run.| |Varies|
|`compactTask/availableSlot/count`|Number of available task slots that can be
used for auto compaction tasks in the auto compaction run. This is the max
number of task slots minus any currently running compaction tasks.| |Varies|
+|`killTask/availableSlot/count`| Number of available task slots that can be
used for auto kill tasks in the auto kill run. This is the max number of task
slots minus any currently running auto kill tasks.
| |Varies|
+|`killTask/maxSlot/count`| Maximum number of task slots available for auto
kill tasks in the auto kill run.
| |Varies|
+|`killTask/task/count`| Number of tasks issued in the auto kill run.
| |Varies|
Review Comment:
nit: To keep the naming scheme consistent with the auto compaction duty
metrics.
```suggestion
|`kill/task/count`| Number of tasks issued in the auto kill run.
| |Varies|
```
--
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]