enabledMetrics

@JvmName(name = "bvlkqhingmtwvgvs")
suspend fun enabledMetrics(value: Output<List<String>>)
@JvmName(name = "aefsroujgawkgnpd")
suspend fun enabledMetrics(value: List<String>?)

Parameters

value

The list of metric names that have been chosen to be enabled in addition to the core set of enabled metrics.


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


@JvmName(name = "nskeylwtjhpnbptr")
suspend fun enabledMetrics(values: List<Output<String>>)
@JvmName(name = "uxwmmypaovfnjcod")
suspend fun enabledMetrics(vararg values: String)

Parameters

values

The list of metric names that have been chosen to be enabled in addition to the core set of enabled metrics.