@@ -119,28 +119,28 @@ Following is a minimal example of a configuration file that enables collection o
119
119
"PublicConfig" : {
120
120
"WadCfg" : {
121
121
"DiagnosticMonitorConfiguration" : {
122
- "overallQuotaInMB" : 10000
123
- },
124
- "DiagnosticInfrastructureLogs " : {
125
- "scheduledTransferLogLevelFilter" : " Error "
126
- },
127
- "PerformanceCounters " : {
128
- "scheduledTransferPeriod " : " PT1M " ,
129
- "PerformanceCounterConfiguration" : [
130
- {
131
- "counterSpecifier " : " \\ Processor(_Total) \\ % Processor Time " ,
132
- "sampleRate " : " PT3M " ,
133
- "unit" : " percent "
134
- }
135
- ]
136
- },
137
- "WindowsEventLog " : {
138
- "scheduledTransferPeriod " : " PT1M " ,
139
- "DataSource" : [
140
- {
141
- "name" : " Application!*[System[(Level=1 or Level=2 or Level=3)]] "
142
- }
143
- ]
122
+ "overallQuotaInMB" : 10000 ,
123
+ "DiagnosticInfrastructureLogs" : {
124
+ "scheduledTransferLogLevelFilter " : " Error "
125
+ },
126
+ "PerformanceCounters" : {
127
+ "scheduledTransferPeriod " : " PT1M " ,
128
+ "PerformanceCounterConfiguration " : [
129
+ {
130
+ "counterSpecifier" : " \\ Processor(_Total) \\ % Processor Time " ,
131
+ "sampleRate " : " PT3M " ,
132
+ "unit " : " percent "
133
+ }
134
+ ]
135
+ },
136
+ "WindowsEventLog" : {
137
+ "scheduledTransferPeriod " : " PT1M " ,
138
+ "DataSource " : [
139
+ {
140
+ "name" : " Application!*[System[(Level=1 or Level=2 or Level=3)]] "
141
+ }
142
+ ]
143
+ }
144
144
}
145
145
},
146
146
"StorageAccount" : " mystorageaccount" ,
0 commit comments