Inc increments the Gauge by 1. Use Add to increment it by arbitrary values.
()
| 38 | // Inc increments the Gauge by 1. Use Add to increment it by arbitrary |
| 39 | // values. |
| 40 | Inc() |
| 41 | // Dec decrements the Gauge by 1. Use Sub to decrement it by arbitrary |
| 42 | // values. |
| 43 | Dec() |
no outgoing calls