You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/operations/metrics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -413,7 +413,7 @@ These metrics are emitted by the Druid Coordinator in every run of the correspon
413
413
|`tier/total/capacity`|Total capacity in bytes available in each tier.|`tier`|Varies|
414
414
|`compact/task/count`|Number of tasks issued in the auto compaction run.||Varies|
415
415
|`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|
417
417
|`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|
418
418
|`killTask/maxSlot/count`| Maximum number of task slots available for auto kill tasks in the auto kill run. ||Varies|
419
419
|`kill/task/count`| Number of tasks issued in the auto kill run. ||Varies|
0 commit comments