Gauge

interface Gauge

Gauge that records current values.

Since

0.4.0

Functions

Link copied to clipboard
abstract fun record(value: Double, attributes: Map<String, String> = emptyMap())
open fun record(value: Double, vararg attributes: Pair<String, String>)
open fun record(value: Long, attributes: Map<String, String> = emptyMap())