Histogram<T>
The histogram is a metrics Instrument which can be used to report arbitrary values that are likely to be statistically meaningful.
e.g. the request duration.
Use CreateHistogram<T> method to create the Histogram object.
Record a measurement value.
Record a measurement value.
Record a measurement value.
public void Record(T value, KeyValuePair<string, object> tag1, KeyValuePair<string, object> tag2, KeyValuePair<string, object> tag3)
Record a measurement value.
Record a measurement value.
Record a measurement value.
Record a measurement value.