Add total successful task count in nodeStats API of SearchBackpressureService. #8698
Labels
enhancement
Enhancement or improvement to existing feature or request
Search
Search query, autocomplete ...etc
Is your feature request related to a problem? Please describe.
Adding total successful task in searchShardTaskStats and searchTaskStats pojos to support autotune of heap based thresholds. Since the SBP Service node stats only include cancellation stats for shard and coordinator level requests, it is impossible to calculate the cancellation percentage due to a resource.
Describe the solution you'd like
We want to include total successful task count in the searchbackpressure stats at shard and coordinator level data.
Describe alternatives you've considered
N/A.
Additional context
We are planning to make use of this field to auto tune the SBP heap based cancellation thresholds at shard and coordinator level.
Related issues
The text was updated successfully, but these errors were encountered: