Skip to content

Commit 47a63d9

Browse files
Cleanup of thread_pool metric group in nodes stats documentation (#7226)
* Cleanup of thread_pool metric group in nodes stats documentation Closes #7225 Signed-off-by: Lukáš Vlček <lukas.vlcek@aiven.io> * Update _api-reference/nodes-apis/nodes-stats.md Co-authored-by: Heather Halter <HDHALTER@AMAZON.COM> Signed-off-by: Lukáš Vlček <lukas.vlcek@aiven.io> --------- Signed-off-by: Lukáš Vlček <lukas.vlcek@aiven.io> Co-authored-by: Heather Halter <HDHALTER@AMAZON.COM>
1 parent 6abbfd3 commit 47a63d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_api-reference/nodes-apis/nodes-stats.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ indices | Index statistics, such as size, document count, and search, index, and
4040
os | Statistics about the host OS, including load, memory, and swapping.
4141
process | Statistics about processes, including their memory consumption, open file descriptors, and CPU usage.
4242
jvm | Statistics about the JVM, including memory pool, buffer pool, and garbage collection, and the number of loaded classes.
43+
thread_pool | Statistics about each thread pool for the node.
4344
fs | File system statistics, such as read/write statistics, data path, and free disk space.
4445
transport | Transport layer statistics about send/receive in cluster communication.
4546
http | Statistics about the HTTP layer.
@@ -1106,7 +1107,7 @@ active | Integer | The number of active threads in the pool.
11061107
rejected | Integer | The number of tasks that have been rejected.
11071108
largest | Integer | The peak number of threads in the pool.
11081109
completed | Integer | The number of tasks completed.
1109-
total_wait_time | Integer | The total amount of time tasks spent waiting in the thread pool queue. Currently, only `search`, `search_throttled`, and `index_searcher` thread pools support this metric.
1110+
total_wait_time_in_nanos | Integer | The total amount of time that tasks spend waiting in the thread pool queue. Currently, only `search`, `search_throttled`, and `index_searcher` thread pools support this metric.
11101111

11111112
### `fs`
11121113

0 commit comments

Comments
 (0)