MetricValue

The aggregated value for a metric.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The actual number that represents the metric.

Link copied to clipboard
val unit: String?

The unit that the metric is given in.

Functions

Link copied to clipboard
inline fun copy(block: MetricValue.Builder.() -> Unit = {}): MetricValue
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String