Class NodeMetric.Counters
Inheritance
Inherited Members
Namespace: Dse.Metrics
Assembly: Dse.dll
Syntax
public static class Counters
Fields
AbortedRequests
Number of failed requests without a server response.
Declaration
public static readonly NodeMetric AbortedRequests
Field Value
Type | Description |
---|---|
NodeMetric |
AuthenticationErrors
Connection authentication errors.
Declaration
public static readonly NodeMetric AuthenticationErrors
Field Value
Type | Description |
---|---|
NodeMetric |
ClientTimeouts
Number of failed requests due to socket timeout.
Declaration
public static readonly NodeMetric ClientTimeouts
Field Value
Type | Description |
---|---|
NodeMetric |
ConnectionInitErrors
Connection initialization errors.
Declaration
public static readonly NodeMetric ConnectionInitErrors
Field Value
Type | Description |
---|---|
NodeMetric |
Ignores
Total ignored errors due to the retry policy.
Declaration
public static readonly NodeMetric Ignores
Field Value
Type | Description |
---|---|
NodeMetric |
IgnoresOnOtherError
Ignored errors other than read timeouts, write timeouts and unavailable errors due to the retry policy.
Declaration
public static readonly NodeMetric IgnoresOnOtherError
Field Value
Type | Description |
---|---|
NodeMetric |
IgnoresOnReadTimeout
Ignored read timeouts due to the retry policy.
Declaration
public static readonly NodeMetric IgnoresOnReadTimeout
Field Value
Type | Description |
---|---|
NodeMetric |
IgnoresOnUnavailable
Ignored unavailable errors due to the retry policy.
Declaration
public static readonly NodeMetric IgnoresOnUnavailable
Field Value
Type | Description |
---|---|
NodeMetric |
IgnoresOnWriteTimeout
Ignored write timeouts due to the retry policy.
Declaration
public static readonly NodeMetric IgnoresOnWriteTimeout
Field Value
Type | Description |
---|---|
NodeMetric |
OtherErrors
Number of server side errors other than Unavailable, ReadTimeout or WriteTimeout.
Declaration
public static readonly NodeMetric OtherErrors
Field Value
Type | Description |
---|---|
NodeMetric |
ReadTimeouts
Number of server side read timeout errors.
Declaration
public static readonly NodeMetric ReadTimeouts
Field Value
Type | Description |
---|---|
NodeMetric |
Retries
Total retry attempts due to the retry policy.
Declaration
public static readonly NodeMetric Retries
Field Value
Type | Description |
---|---|
NodeMetric |
RetriesOnOtherError
Retried attempts on errors other than read timeouts, write timeouts and unavailable errors due to the retry policy.
Declaration
public static readonly NodeMetric RetriesOnOtherError
Field Value
Type | Description |
---|---|
NodeMetric |
RetriesOnReadTimeout
Retried attempts on read timeouts due to the retry policy.
Declaration
public static readonly NodeMetric RetriesOnReadTimeout
Field Value
Type | Description |
---|---|
NodeMetric |
RetriesOnUnavailable
Retried attempts on unavailable errors due to the retry policy.
Declaration
public static readonly NodeMetric RetriesOnUnavailable
Field Value
Type | Description |
---|---|
NodeMetric |
RetriesOnWriteTimeout
Retried attempts on write timeouts due to the retry policy.
Declaration
public static readonly NodeMetric RetriesOnWriteTimeout
Field Value
Type | Description |
---|---|
NodeMetric |
SpeculativeExecutions
Number of speculative executions.
Declaration
public static readonly NodeMetric SpeculativeExecutions
Field Value
Type | Description |
---|---|
NodeMetric |
UnavailableErrors
Number of server side unavailable errors.
Declaration
public static readonly NodeMetric UnavailableErrors
Field Value
Type | Description |
---|---|
NodeMetric |
UnsentRequests
Number of requests that failed before being sent to the server.
Declaration
public static readonly NodeMetric UnsentRequests
Field Value
Type | Description |
---|---|
NodeMetric |
WriteTimeouts
Number of server side write timeout errors.
Declaration
public static readonly NodeMetric WriteTimeouts
Field Value
Type | Description |
---|---|
NodeMetric |