counterSpecifiers

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


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