NodeMetric Class |
Namespace: Cassandra.Metrics
public sealed class NodeMetric : IEquatable<NodeMetric>, IEquatable<IMetric>, IMetric
The NodeMetric type exposes the following members.
| Name | Description | |
|---|---|---|
| Name |
Metric name. For example, OpenConnections returns "pool.open-connections".
|
| Name | Description | |
|---|---|---|
| Equals(Object) | (Overrides ObjectEquals(Object).) | |
| Equals(IMetric) | ||
| Equals(NodeMetric) | ||
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| ToString | (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| AllNodeMetrics |
A collection with all node metrics including Timers.
| |
| DefaultNodeMetrics |
A collection with all node metrics except Timers.
|