Skip to content

Commit dd87f1c

Browse files
sandeshkr419kolchfa-aws
authored andcommitted
Adding star-tree related stats documentation. (opensearch-project#10667)
* Adding star-tree related stats description. Signed-off-by: Sandesh Kumar <[email protected]> * Apply suggestions from code review Signed-off-by: kolchfa-aws <[email protected]> --------- Signed-off-by: Sandesh Kumar <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: kolchfa-aws <[email protected]>
1 parent 61ccc0d commit dd87f1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,9 @@ search.concurrent_avg_slice_count | Integer | The average slice count of all sea
877877
search.concurrent_query_total |Integer | The total number of query operations that use concurrent segment search.
878878
search.concurrent_query_time_in_millis | Integer | The total amount of time taken by all query operations that use concurrent segment search, in milliseconds.
879879
search.concurrent_query_current |Integer | The number of currently running query operations that use concurrent segment search.
880+
search.startree_query_total | Integer | The total number of query operations that use a star tree for search.
881+
search.startree_query_time_in_millis | Integer | The total amount of time taken by all query operations that use a star tree for search, in milliseconds.
882+
search.startree_query_current | Integer | The number of currently running query operations that use a star tree for search.
880883
search.open_contexts | Integer | The number of open search contexts.
881884
search.query_total | Integer | The total number of shard query operations.
882885
search.query_time_in_millis | Integer | The total amount of time for all shard query operations, in milliseconds.

0 commit comments

Comments
 (0)