File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/azure-monitor/app Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ This section will guide you through manually adding Application Insights to a te
195
195
<Add Type =" Microsoft.ApplicationInsights.Extensibility.AutocollectedMetricsExtractor, Microsoft.ApplicationInsights" />
196
196
<Add Type =" Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor, Microsoft.AI.ServerTelemetryChannel" >
197
197
<MaxTelemetryItemsPerSecond >5</MaxTelemetryItemsPerSecond >
198
- <ExcludedTypes >Trace </ExcludedTypes >
198
+ <ExcludedTypes >Event </ExcludedTypes >
199
199
</Add >
200
200
<Add Type =" Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor, Microsoft.AI.ServerTelemetryChannel" >
201
201
<MaxTelemetryItemsPerSecond >5</MaxTelemetryItemsPerSecond >
You can’t perform that action at this time.
0 commit comments