DataMetric

open class DataMetric

For internal use only.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val component: String
Link copied to clipboard
open val count: Long
Link copied to clipboard
open val maximum: Long
Link copied to clipboard
open val metric: String
Link copied to clipboard
open val minimum: Long
Link copied to clipboard
open val sum: Long
Link copied to clipboard
open val unit: String

Functions

Link copied to clipboard
open fun add(value: Long)

Add an observed value for an occurrence of the measured events for this metric.

Link copied to clipboard
open fun reset()

Reset this metric as if no measured events have occurred.

Link copied to clipboard
open fun write(buffer: CharBuffer)

Write this metric in CSV format to the specified buffer.