MetricStreamFilter

data class MetricStreamFilter(val metricNames: List<String>? = null, val namespace: String)

This structure defines the metrics that will be streamed.

Constructors

Link copied to clipboard
constructor(metricNames: List<String>? = null, namespace: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val metricNames: List<String>? = null

Only metrics with MetricNames matching these values will be streamed. Must be set together with Namespace.

Link copied to clipboard

Only metrics with Namespace matching this value will be streamed.