metricNames

@JvmName(name = "cxbrnbhjosftysps")
suspend fun metricNames(value: Output<List<String>>)
@JvmName(name = "fapaxcojtbrfcwqd")
suspend fun metricNames(value: List<String>?)

Parameters

value

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


@JvmName(name = "sderuajdgvmqxprm")
suspend fun metricNames(vararg values: Output<String>)


@JvmName(name = "vewkguatjaccbpwo")
suspend fun metricNames(values: List<Output<String>>)
@JvmName(name = "cqxleukerftnxgue")
suspend fun metricNames(vararg values: String)

Parameters

values

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