counterSpecifiers

@JvmName(name = "tmhtphaajxriqltw")
suspend fun counterSpecifiers(value: Output<List<String>>)
@JvmName(name = "lgqwohmtnpuvkkqp")
suspend fun counterSpecifiers(value: List<String>?)

Parameters

value

A list of specifier names of the performance counters you want to collect. Use a wildcard (*) to collect a counter for all instances. To get a list of performance counters on Windows, run the command 'typeperf'.


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


@JvmName(name = "wdkyqrcieqjpbyjg")
suspend fun counterSpecifiers(values: List<Output<String>>)
@JvmName(name = "rruylsmkmupkbtau")
suspend fun counterSpecifiers(vararg values: String)

Parameters

values

A list of specifier names of the performance counters you want to collect. Use a wildcard (*) to collect a counter for all instances. To get a list of performance counters on Windows, run the command 'typeperf'.