UpDownCounter<T>
The UpDownCounter is an instrument that supports reporting positive or negative metric values.
UpDownCounter may be used in scenarios like reporting the change in active requests or queue size.
Record the delta value of the measurement. The delta can be positive, negative or zero.
Record the delta value of the measurement. The delta can be positive, negative or zero.
Record the delta value of the measurement. The delta can be positive, negative or zero.
public void Add(T delta, KeyValuePair<string, object> tag1, KeyValuePair<string, object> tag2, KeyValuePair<string, object> tag3)
Record the delta value of the measurement. The delta can be positive, negative or zero.
Record the delta value of the measurement. The delta can be positive, negative or zero.
Record the delta value of the measurement. The delta can be positive, negative or zero.
Record the delta value of the measurement. The delta can be positive, negative or zero.