Returns a new aspect that represents the sequential composition of this aspect with the specified one.
Returns a new aspect that represents the sequential composition of this aspect with the specified one.
Returns a copy of this counter with the specified name and tags.
Returns the current value of this counter.
Returns whether this counter is equal to the specified counter.
Returns whether this counter is equal to the specified counter.
Returns the hash code of this counter.
Returns the hash code of this counter.
Increments this counter by one.
Increments this counter by the specified amount.
The type of this counter.
The type of this counter.
A
Counteris a metric representing a single numerical value that may be incremented over time. A typical use of this metric would be to track the number of a certain type of request received. With a counter the quantity of interest is the cumulative value over time, as opposed to a gauge where the quantity of interest is the value as of a specific point in time.