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