Namespace Cassandra.AppMetrics.MetricTypes
Interfaces
IAppMetricsCounter
Represents a counter with a long metric value.
IAppMetricsGauge
Represents a gauge with a nullable double metric value.
IAppMetricsMeter
Represents a meter with a IAppMetricsMeterValue metric value.
IAppMetricsMetric
Common base interface for all metrics of this provider.
IAppMetricsTimer
Represents a timer with a IAppMetricsTimerValue metric value.