Revise cancellation stats description (#3044)

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
kolchfa-aws 2023-02-23 10:47:20 -05:00 committed by GitHub
parent ecef07068e
commit 512db77db5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -189,7 +189,7 @@ The `elapsed_time_tracker` object contains the following statistics related to t
Field Name | Data type | Description
:--- | :--- | :---
cancellation_count | Integer | The number of tasks canceled because of excessive elapsed time since the node last restarted.
cancellation_count | Integer | The number of tasks marked for cancellation because of excessive elapsed time since the node last restarted.
current_max_millis | Integer | The maximum elapsed time for all tasks currently running on the node, in milliseconds.
current_avg_millis | Integer | The average elapsed time for all tasks currently running on the node, in milliseconds.
@ -216,7 +216,7 @@ current_avg_millis | Integer | The average CPU time for all tasks currently runn
### `cancellation_stats`
The `cancellation_stats` object contains the following statistics for canceled tasks.
The `cancellation_stats` object contains the following statistics for the tasks that are marked for cancellation.
Field Name | Data type | Description
:--- | :--- | :---