Metric

class Metric

This structure defines the metric used for a service level indicator, including the metric name, namespace, and dimensions

Types

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

Properties

Link copied to clipboard

An array of one or more dimensions to use to define the metric that you want to use. For more information, see Dimensions.

Link copied to clipboard

The name of the metric to use.

Link copied to clipboard

The namespace of the metric. For more information, see Namespaces.

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