Skip to content

Commit a3a2a5e

Browse files
authored
Clarify compactTask/availableSlot/count metric description (#18663)
Clarify the compactTask/availableSlot/count metric description.
1 parent 14f4c40 commit a3a2a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/operations/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ These metrics are emitted by the Druid Coordinator in every run of the correspon
413413
|`tier/total/capacity`|Total capacity in bytes available in each tier.|`tier`|Varies|
414414
|`compact/task/count`|Number of tasks issued in the auto compaction run.| |Varies|
415415
|`compactTask/maxSlot/count`|Maximum number of task slots available for auto compaction tasks in the auto compaction run.| |Varies|
416-
|`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|
416+
|`compactTask/availableSlot/count`|Number of currently vacant task slots out of the total slots allocated for auto compaction tasks. This value is computed as the difference between the total number of task slots allocated for auto compaction and the estimated number of task slots currently occupied by running compaction tasks. The number of sub-tasks of each compaction task is estimated to be `maxNumConcurrentSubTasks`.| |Varies|
417417
|`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|
418418
|`killTask/maxSlot/count`| Maximum number of task slots available for auto kill tasks in the auto kill run. | |Varies|
419419
|`kill/task/count`| Number of tasks issued in the auto kill run. | |Varies|

0 commit comments

Comments
 (0)