Perf Counter Data Source Response
data class PerfCounterDataSourceResponse(val counterSpecifiers: List<String>? = null, val name: String? = null, val samplingFrequencyInSeconds: Int? = null, val streams: List<String>? = null)
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.