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:
Increment value of counter by the input. Inputs must not be negative.
Optional
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: