From 47a63d990076d5190cad8554fb0377bc8f43e6d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Vl=C4=8Dek?= Date: Wed, 22 May 2024 19:42:43 +0200 Subject: [PATCH] Cleanup of thread_pool metric group in nodes stats documentation (#7226) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Cleanup of thread_pool metric group in nodes stats documentation Closes #7225 Signed-off-by: Lukáš Vlček * Update _api-reference/nodes-apis/nodes-stats.md Co-authored-by: Heather Halter Signed-off-by: Lukáš Vlček --------- Signed-off-by: Lukáš Vlček Co-authored-by: Heather Halter --- _api-reference/nodes-apis/nodes-stats.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_api-reference/nodes-apis/nodes-stats.md b/_api-reference/nodes-apis/nodes-stats.md index 286ebebc34..3179074986 100644 --- a/_api-reference/nodes-apis/nodes-stats.md +++ b/_api-reference/nodes-apis/nodes-stats.md @@ -40,6 +40,7 @@ indices | Index statistics, such as size, document count, and search, index, and os | Statistics about the host OS, including load, memory, and swapping. process | Statistics about processes, including their memory consumption, open file descriptors, and CPU usage. jvm | Statistics about the JVM, including memory pool, buffer pool, and garbage collection, and the number of loaded classes. +thread_pool | Statistics about each thread pool for the node. fs | File system statistics, such as read/write statistics, data path, and free disk space. transport | Transport layer statistics about send/receive in cluster communication. http | Statistics about the HTTP layer. @@ -1106,7 +1107,7 @@ active | Integer | The number of active threads in the pool. rejected | Integer | The number of tasks that have been rejected. largest | Integer | The peak number of threads in the pool. completed | Integer | The number of tasks completed. -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. +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. ### `fs`