Class GaugeValueSource
Combines the value of a gauge (a double) with the defined unit for the value.
Inheritance
System.Object
GaugeValueSource
Namespace:App.Metrics.Gauge
Assembly:cs.temp.dll.dll
Syntax
public sealed class GaugeValueSource : MetricValueSourceBase<double>
Constructors
GaugeValueSource(String, IMetricValueProvider<Double>, Unit, MetricTags)
Declaration
public GaugeValueSource(string name, IMetricValueProvider<double> value, Unit unit, MetricTags tags)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
IMetricValueProvider<System.Double> | value | |
Unit | unit | |
MetricTags | tags |