Perf Counter Data Source Args
data class PerfCounterDataSourceArgs(val counterSpecifiers: Output<List<String>>? = null, val name: Output<String>? = null, val samplingFrequencyInSeconds: Output<Int>? = null, val streams: Output<List<Either<String, KnownPerfCounterDataSourceStreams>>>? = null) : ConvertibleToJava<PerfCounterDataSourceArgs>
Definition of which performance counters will be collected and how they will be collected by this data collection rule. Collected from both Windows and Linux machines where the counter is present.
Constructors
Link copied to clipboard
fun PerfCounterDataSourceArgs(counterSpecifiers: Output<List<String>>? = null, name: Output<String>? = null, samplingFrequencyInSeconds: Output<Int>? = null, streams: Output<List<Either<String, KnownPerfCounterDataSourceStreams>>>? = null)