Add adds the given value to the Gauge. (The value can be negative, resulting in a decrease of the Gauge.)
(float64)
| 44 | // Add adds the given value to the Gauge. (The value can be negative, |
| 45 | // resulting in a decrease of the Gauge.) |
| 46 | Add(float64) |
| 47 | // Sub subtracts the given value from the Gauge. (The value can be |
| 48 | // negative, resulting in an increase of the Gauge.) |
| 49 | Sub(float64) |
no outgoing calls