Skip to content

Commit 325bc64

Browse files
authored
Merge pull request #114050 from KrishnaG-MSFT/patch-66
(AzureCXP) MicrosoftDocs/azure-docs#53920
2 parents c7cda97 + 65d5aa0 commit 325bc64

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

articles/azure-monitor/platform/diagnostics-extension-windows-install.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -119,28 +119,28 @@ Following is a minimal example of a configuration file that enables collection o
119119
"PublicConfig": {
120120
"WadCfg": {
121121
"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+
}
144144
}
145145
},
146146
"StorageAccount": "mystorageaccount",

0 commit comments

Comments
 (0)