Counter

interface Counter

Monotonically increasing counter.

Since

0.4.0

Functions

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