File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed
articles/azure-monitor/platform Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -47,26 +47,26 @@ Example public and private configurations are shown below. This is a minimal con
47
47
{
48
48
"WadCfg" : {
49
49
"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
+ }
70
70
},
71
71
"SinksConfig" : {
72
72
"Sink" : [
You can’t perform that action at this time.
0 commit comments