prometheus-kotlin-client
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
prometheus-kotlin-client
core
/
io.github.klient.prometheus.core
/
Gauge
/
Child
/
inc
inc
suspend
fun
inc
(
amount
:
Double
)
Increments the gauge by the specified amount (must be non-negative).
suspend
fun
inc
(
)
Increments the gauge by 1.