Click or drag to resize

IAppMetricsCounter Interface

Represents a counter with a Int64 metric value.

Namespace:  Dse.AppMetrics.MetricTypes
Assembly:  Dse.AppMetrics (in Dse.AppMetrics.dll) Version: 1.0.0
Syntax
C#
public interface IAppMetricsCounter : IAppMetricsMetricWithValue<long>, 
	IAppMetricsMetric, IDriverMetric, IDriverCounter
See Also