Namespace Dse.AppMetrics.MetricTypes
Interfaces
IAppMetricsCounter
Represents a counter with a System.Int64 metric value.
IAppMetricsGauge
Represents a gauge with a nullable System.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.