createMonotonicCounter
abstract fun createMonotonicCounter(name: String, units: String? = null, description: String? = null): MonotonicCounter
Create a new MonotonicCounter
Parameters
name
the instrument name
units
the unit of measure
description
the human-readable description of the measurement