Dec decrements the Gauge by 1. Use Sub to decrement it by arbitrary values.
()
| 41 | // Dec decrements the Gauge by 1. Use Sub to decrement it by arbitrary |
| 42 | // values. |
| 43 | Dec() |
| 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) |
no outgoing calls