counterSpecifiers

@JvmName(name = "esvnvicfvqvyivcu")
suspend fun counterSpecifiers(value: Output<List<String>>)
@JvmName(name = "vkmbmmqcqtfrshqu")
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 = "omvoqxdknjtncmar")
suspend fun counterSpecifiers(vararg values: Output<String>)


@JvmName(name = "ssxiusystyquahtk")
suspend fun counterSpecifiers(values: List<Output<String>>)
@JvmName(name = "seifgaiepvqshhrm")
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'.