Histogram<T>
Represents a metrics instrument that can be used to report arbitrary values that are likely to be statistically meaningful, for example, the request duration. Call CreateHistogram<T> to create a Histogram object.
Records a measurement value.
Records a measurement value.
Records a measurement value.
public void Record(T value, KeyValuePair<string, object> tag1, KeyValuePair<string, object> tag2, KeyValuePair<string, object> tag3)
Records a measurement value.
Records a measurement value.
Records a measurement value.
Records a measurement value.