Counter is the most common synchronous instrument. This instrument supports an Add(increment) function for reporting a sum, and is restricted to non-negative increments. The default aggregation is Sum, as for any additive instrument.
Add(increment)
Example uses for Counter:
1.3.0
Increment value of counter by the input. Inputs must not be negative.
Generated using TypeDoc
Counter is the most common synchronous instrument. This instrument supports an
Add(increment)
function for reporting a sum, and is restricted to non-negative increments. The default aggregation is Sum, as for any additive instrument.Example uses for Counter:
1.3.0