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
/
inc
inc
suspend
fun
inc
(
)
Increments the unlabeled gauge by 1.
suspend
fun
inc
(
amount
:
Double
)
Increments the unlabeled gauge by a specific amount.