Exposes the metrics provided by the provided Cluster, embedding the cluster name in the metric name.
Metrics are named based on the DataStax
Cluster class, the cluster name, and the original name of the metric
exposed by the driver. With the current version of the driver - v2.0.2 at the time of writing - this includes:
Counters:
- com.datastax.core.Cluster.clusterName.connection-errors
- com.datastax.core.Cluster.clusterName.write-timeouts
- com.datastax.core.Cluster.clusterName.read-timeouts
- com.datastax.core.Cluster.clusterName.unavailables
- com.datastax.core.Cluster.clusterName.other-errors
- com.datastax.core.Cluster.clusterName.retries
- com.datastax.core.Cluster.clusterName.ignores
Gauges:
- com.datastax.core.Cluster.clusterName.open-connections
- com.datastax.core.Cluster.clusterName.connected-to
- com.datastax.core.Cluster.clusterName.known-hosts
Timers:
- com.datastax.core.Cluster.clusterName.requests