record

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())