Namespace Dse.Metrics.Abstractions
Interfaces
IDriverCounter
Represents a metric of type Counter.
IDriverGauge
Represents a metric of type Gauge.
IDriverMeter
Represents a metric of type Meter.
IDriverMetric
Represents an individual metric. Every metric type implements this interface: IDriverGauge, IDriverMetric, IDriverTimer, IDriverCounter.
IDriverMetricsProvider
Provides metric implementations.
IDriverTimer
A IDriverTimer is a combination of a Histogram and a IDriverMeter allowing us to measure the duration of a type of event, the rate of its occurrence and provide duration statistics, for example tracking the time it takes to execute a particular CQL request.