Class AdaptiveSelectionStats
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class AdaptiveSelectionStats
Properties
| Edit this page View SourceAverageQueueSize
The exponentially weighted moving average queue size of search requests on the keyed node.
Declaration
[DataMember(Name = "avg_queue_size")]
public long AverageQueueSize { get; }
Property Value
Type | Description |
---|---|
long |
AverageResponseTime
The exponentially weighted moving average response time of search requests on the keyed node.
Declaration
[DataMember(Name = "avg_response_time")]
public long AverageResponseTime { get; }
Property Value
Type | Description |
---|---|
long |
Remarks
only set when requesting human readable response
AverageResponseTimeInNanoseconds
The exponentially weighted moving average response time of search requests on the keyed node.
Declaration
[DataMember(Name = "avg_response_time_ns")]
public long AverageResponseTimeInNanoseconds { get; }
Property Value
Type | Description |
---|---|
long |
AverageServiceTime
The exponentially weighted moving average service time of search requests on the keyed node.
Declaration
[DataMember(Name = "avg_service_time")]
public string AverageServiceTime { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
only set when requesting human readable response
AverageServiceTimeInNanoseconds
The exponentially weighted moving average service time of search requests on the keyed node.
Declaration
[DataMember(Name = "avg_service_time_ns")]
public long AverageServiceTimeInNanoseconds { get; }
Property Value
Type | Description |
---|---|
long |
OutgoingSearches
The number of outstanding search requests from the node these stats are for to the keyed node.
Declaration
[DataMember(Name = "outgoing_searches")]
public long OutgoingSearches { get; }
Property Value
Type | Description |
---|---|
long |
Rank
The rank of this node; used for shard selection when routing search requests.
Declaration
[DataMember(Name = "rank")]
public string Rank { get; }
Property Value
Type | Description |
---|---|
string |