MetricStreamTag

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

Metadata that you can assign to a Metric Stream, consisting of a key-value pair.

Constructors

Link copied to clipboard
fun MetricStreamTag(key: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

A unique identifier for the tag.

Link copied to clipboard

String which you can use to describe or define the tag.