Counter<T>
The counter is an instrument that supports adding non-negative values. For example you might call
counter.Add(1) each time a request is processed to track the total number of requests. Most metric viewers
will display counters using a rate by default (requests/sec) but can also display a cumulative total.
Record the increment value of the measurement.
Record the increment value of the measurement.
Record the increment value of the measurement.
public void Add(T delta, KeyValuePair<string, object> tag1, KeyValuePair<string, object> tag2, KeyValuePair<string, object> tag3)
Record the increment value of the measurement.
Record the increment value of the measurement.
Record the increment value of the measurement.
Record the increment value of the measurement.