@@ -895,6 +895,33 @@ Total number of buffer pool classes loaded since the JVM started.
895
895
(integer)
896
896
Total number of buffer pool classes unloaded since the JVM started.
897
897
898
+ [[cluster-nodes-stats-api-response-body-threadpool]]
899
+ ===== `thread_pool` section
900
+
901
+ `thread_pool.<thread_pool_name>.threads`::
902
+ (integer)
903
+ Number of threads in the thread pool.
904
+
905
+ `thread_pool.<thread_pool_name>.queue`::
906
+ (integer)
907
+ Number of tasks in queue for the thread pool.
908
+
909
+ `thread_pool.<thread_pool_name>.active`::
910
+ (integer)
911
+ Number of active threads in the thread pool.
912
+
913
+ `thread_pool.<thread_pool_name>.rejected`::
914
+ (integer)
915
+ Number of tasks rejected by the thread pool executor.
916
+
917
+ `thread_pool.<thread_pool_name>.largest`::
918
+ (integer)
919
+ Highest number of active threads in the thread pool.
920
+
921
+ `thread_pool.<thread_pool_name>.completed`::
922
+ (integer)
923
+ Number of tasks completed by the thread pool executor.
924
+
898
925
[[cluster-nodes-stats-api-response-body-ingest]]
899
926
===== `ingest` section
900
927
@@ -915,31 +942,31 @@ Total number of buffer pool classes unloaded since the JVM started.
915
942
(integer)
916
943
Total number of failed ingest operations during the lifetime of this node.
917
944
918
- `ingest.pipelines.<pipeline-id >.count`::
945
+ `ingest.pipelines.<pipeline_id >.count`::
919
946
(integer)
920
947
Number of documents preprocessed by the ingest pipeline.
921
948
922
- `ingest.pipelines.<pipeline-id >.time_in_millis`::
949
+ `ingest.pipelines.<pipeline_id >.time_in_millis`::
923
950
(integer)
924
951
Total time spent preprocessing documents in the ingest pipeline.
925
952
926
- `ingest.pipelines.<pipeline-id >.failed`::
953
+ `ingest.pipelines.<pipeline_id >.failed`::
927
954
(integer)
928
955
Total number of failed operations for the ingest pipeline.
929
956
930
- `ingest.pipelines.<pipeline-id >.<processor>.count`::
957
+ `ingest.pipelines.<pipeline_id >.<processor>.count`::
931
958
(integer)
932
959
Number of documents transformed by the processor.
933
960
934
- `ingest.pipelines.<pipeline-id >.<processor>.time_in_millis`::
961
+ `ingest.pipelines.<pipeline_id >.<processor>.time_in_millis`::
935
962
(integer)
936
963
Time spent by the processor transforming documents.
937
964
938
- `ingest.pipelines.<pipeline-id >.<processor>.current`::
965
+ `ingest.pipelines.<pipeline_id >.<processor>.current`::
939
966
(integer)
940
967
Number of documents currently being transformed by the processor.
941
968
942
- `ingest.pipelines.<pipeline-id >.<processor>.failed`::
969
+ `ingest.pipelines.<pipeline_id >.<processor>.failed`::
943
970
(integer)
944
971
Number of failed operations for the processor.
945
972
0 commit comments