Counters Fields |
The NodeMetricCounters type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AbortedRequests |
Number of failed requests without a server response.
|
![]() ![]() | AuthenticationErrors |
Connection authentication errors.
|
![]() ![]() | ClientTimeouts |
Number of failed requests due to socket timeout.
|
![]() ![]() | ConnectionInitErrors |
Connection initialization errors.
|
![]() ![]() | Ignores |
Total ignored errors due to the retry policy.
|
![]() ![]() | IgnoresOnOtherError |
Ignored errors other than read timeouts, write timeouts and unavailable errors due to the retry policy.
|
![]() ![]() | IgnoresOnReadTimeout |
Ignored read timeouts due to the retry policy.
|
![]() ![]() | IgnoresOnUnavailable |
Ignored unavailable errors due to the retry policy.
|
![]() ![]() | IgnoresOnWriteTimeout |
Ignored write timeouts due to the retry policy.
|
![]() ![]() | OtherErrors |
Number of server side errors other than Unavailable, ReadTimeout or WriteTimeout.
|
![]() ![]() | ReadTimeouts |
Number of server side read timeout errors.
|
![]() ![]() | Retries |
Total retry attempts due to the retry policy.
|
![]() ![]() | RetriesOnOtherError |
Retried attempts on errors other than read timeouts, write timeouts and unavailable errors due to the retry policy.
|
![]() ![]() | RetriesOnReadTimeout |
Retried attempts on read timeouts due to the retry policy.
|
![]() ![]() | RetriesOnUnavailable |
Retried attempts on unavailable errors due to the retry policy.
|
![]() ![]() | RetriesOnWriteTimeout |
Retried attempts on write timeouts due to the retry policy.
|
![]() ![]() | SpeculativeExecutions |
Number of speculative executions.
|
![]() ![]() | UnavailableErrors |
Number of server side unavailable errors.
|
![]() ![]() | UnsentRequests |
Number of requests that failed before being sent to the server.
|
![]() ![]() | WriteTimeouts |
Number of server side write timeout errors.
|