App Metrics Fork me on GitHub
Show / Hide Table of Contents

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
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX