Click or drag to resize

IAppMetricsGauge Interface

Represents a gauge with a nullable Double metric value.

Namespace:  Dse.AppMetrics.MetricTypes
Assembly:  Dse.AppMetrics (in Dse.AppMetrics.dll) Version: 1.0.0
Syntax
C#
public interface IAppMetricsGauge : IAppMetricsMetricWithValue<Nullable<double>>, 
	IAppMetricsMetric, IDriverMetric, IDriverGauge
See Also