Skip to content

Commit

Permalink
Cleanup of thread_pool metric group in nodes stats documentation (#7226)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
lukas-vlcek and hdhalter authored May 22, 2024
1 parent 6abbfd3 commit 47a63d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _api-reference/nodes-apis/nodes-stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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`

Expand Down

0 comments on commit 47a63d9

Please sign in to comment.