Skip to content

Commit 41c9db5

Browse files
Merge pull request #223389 from AaronMaxwell/aaronmax-sampling-update
Updating ExcludeTypes and IncludeTypes
2 parents 6689e97 + 70e93c9 commit 41c9db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/asp-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ This section will guide you through manually adding Application Insights to a te
195195
<Add Type="Microsoft.ApplicationInsights.Extensibility.AutocollectedMetricsExtractor, Microsoft.ApplicationInsights" />
196196
<Add Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor, Microsoft.AI.ServerTelemetryChannel">
197197
<MaxTelemetryItemsPerSecond>5</MaxTelemetryItemsPerSecond>
198-
<ExcludedTypes>Trace</ExcludedTypes>
198+
<ExcludedTypes>Event</ExcludedTypes>
199199
</Add>
200200
<Add Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor, Microsoft.AI.ServerTelemetryChannel">
201201
<MaxTelemetryItemsPerSecond>5</MaxTelemetryItemsPerSecond>

0 commit comments

Comments
 (0)