GetDataCollectionRuleDataSourcePerformanceCounter

data class GetDataCollectionRuleDataSourcePerformanceCounter(val counterSpecifiers: List<String>, val name: String, val samplingFrequencyInSeconds: Int, val streams: List<String>)

Constructors

constructor(counterSpecifiers: List<String>, name: String, samplingFrequencyInSeconds: Int, streams: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Specifies the name of the Data Collection Rule.

Link copied to clipboard

The number of seconds between consecutive counter measurements (samples). The value should be integer between 1 and 1800 inclusive.

Link copied to clipboard

Specifies a list of streams that this data source will be sent to. A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to.