metricNames

@JvmName(name = "iipyxwhmgvsnkkja")
suspend fun metricNames(value: Output<List<String>>)
@JvmName(name = "rrghyencldauiwvj")
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 = "tvmfnjdqhpketenw")
suspend fun metricNames(vararg values: Output<String>)


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

Parameters

values

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