Counter metric interface
A counter is a cumulative metric that represents a single monotonically increasing value. Counters are typically used to count requests, completed tasks, errors, etc.
Adds a value to the counter.
the value to add (must be non-negative)
Optional
optional attributes to associate with this measurement
Counter metric interface
A counter is a cumulative metric that represents a single monotonically increasing value. Counters are typically used to count requests, completed tasks, errors, etc.