Skip to content

Commit 31c4eac

Browse files
(AzureCXP) MicrosoftDocs/azure-docs#53440
1 parent 2671a93 commit 31c4eac

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

articles/azure-monitor/platform/diagnostics-extension-stream-event-hubs.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -47,26 +47,26 @@ Example public and private configurations are shown below. This is a minimal con
4747
{
4848
"WadCfg": {
4949
"DiagnosticMonitorConfiguration": {
50-
"overallQuotaInMB": 5120
51-
},
52-
"PerformanceCounters": {
53-
"scheduledTransferPeriod": "PT1M",
54-
"sinks": "myEventHub",
55-
"PerformanceCounterConfiguration": [
56-
{
57-
"counterSpecifier": "\\Processor(_Total)\\% Processor Time",
58-
"sampleRate": "PT3M"
59-
}
60-
]
61-
},
62-
"WindowsEventLog": {
63-
"scheduledTransferPeriod": "PT1M",
64-
"sinks": "myEventHub",
65-
"DataSource": [
66-
{
67-
"name": "Application!*[System[(Level=1 or Level=2 or Level=3)]]"
68-
}
69-
]
50+
"overallQuotaInMB": 5120,
51+
"PerformanceCounters": {
52+
"scheduledTransferPeriod": "PT1M",
53+
"sinks": "myEventHub",
54+
"PerformanceCounterConfiguration": [
55+
{
56+
"counterSpecifier": "\\Processor(_Total)\\% Processor Time",
57+
"sampleRate": "PT3M"
58+
}
59+
]
60+
},
61+
"WindowsEventLog": {
62+
"scheduledTransferPeriod": "PT1M",
63+
"sinks": "myEventHub",
64+
"DataSource": [
65+
{
66+
"name": "Application!*[System[(Level=1 or Level=2 or Level=3)]]"
67+
}
68+
]
69+
}
7070
},
7171
"SinksConfig": {
7272
"Sink": [

0 commit comments

Comments
 (0)