MetricFilterDimension

data class MetricFilterDimension(val key: String, val value: String)

the key-value pairs that further define a metric.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The key of the dimension. Maximum length of 255.

Link copied to clipboard

The value of the dimension. Maximum length of 255.