Metric

class Metric

The representation of a metric.

Types

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

Properties

Link copied to clipboard

The query to retrieve metric data points.

Link copied to clipboard
val name: String?

The name of a metric.

Link copied to clipboard

A list of metric references (thresholds).

Link copied to clipboard

The details of different statistics for a metric. The description might contain markdown.

Functions

Link copied to clipboard
inline fun copy(block: Metric.Builder.() -> Unit = {}): Metric
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