kfaraz commented on code in PR #15941:
URL: https://github.com/apache/druid/pull/15941#discussion_r1503631992


##########
docs/operations/metrics.md:
##########
@@ -342,7 +342,7 @@ These metrics are for the Druid Coordinator and are reset 
each time the Coordina
 |`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|
 |`kill/task/count`| Number of tasks issued in the auto kill run.               
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                     | |Varies|
-|`kill/candidateUnusedSegments/count`|Number of candidate unused segments to 
be deleted from the metadata store in an auto kill run.|`dataSource`|Varies|
+|`kill/candidateUnusedSegments/count`|The number of candidate unused segments 
eligible for deletion from the metadata store during an auto kill run for a 
datasource.|`dataSource`|Varies|

Review Comment:
   ```suggestion
   |`kill/eligibleUnusedSegments/count`|The number of unused segments of a 
datasource that are identified as eligible for deletion from the metadata store 
by the coordinator.|`dataSource`|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]

Reply via email to