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.
Adjusts this gauge by the specified amount.
Returns a copy of this gauge with the specified name and tags.
Returns whether this gauge is equal to the specified gauge.
Returns whether this gauge is equal to the specified gauge.
Returns the hash code of this gauge.
Returns the hash code of this gauge.
The type of this gauge.
The type of this gauge.
Sets this gauge to the specified value.
Returns the current value of this gauge.
A
Gaugeis a metric representing a single numerical value that may be set or adjusted. A typical use of this metric would be to track the current memory usage. With a guage the quantity of interest is the current value, as opposed to a counter where the quantity of interest is the cumulative values over time.