add

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