You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
2.1 KiB
Plaintext
33 lines
2.1 KiB
Plaintext
5 years ago
|
<ApplicationInsights xmlns="http://schemas.microsoft.com/ApplicationInsights/2013/Settings" xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
||
|
<TelemetryChannel xdt:Transform="Remove" />
|
||
|
<TelemetryChannel xdt:Transform="Insert" Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel, Microsoft.AI.ServerTelemetryChannel" />
|
||
|
|
||
|
<TelemetryProcessors>
|
||
|
<Add Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor, Microsoft.AI.ServerTelemetryChannel"
|
||
|
xdt:Transform="Remove"
|
||
|
xdt:Locator="Match(Type)">
|
||
|
</Add>
|
||
|
</TelemetryProcessors>
|
||
|
|
||
|
<TelemetryProcessors xdt:Transform="InsertIfMissing">
|
||
|
<Add Type="Microsoft.ApplicationInsights.Extensibility.AutocollectedMetricsExtractor, Microsoft.ApplicationInsights"
|
||
|
xdt:Transform="InsertIfMissing"
|
||
|
xdt:Locator="Match(Type)"/>
|
||
|
</TelemetryProcessors>
|
||
|
<TelemetryProcessors xdt:Transform="InsertIfMissing">
|
||
|
<Add Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor, Microsoft.AI.ServerTelemetryChannel"
|
||
|
xdt:Transform="InsertIfMissing"
|
||
|
xdt:Locator="Condition(starts-with(@Type, 'Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor') and count(./ExcludedTypes[text() = 'Event']) = 1)">
|
||
|
<MaxTelemetryItemsPerSecond>5</MaxTelemetryItemsPerSecond>
|
||
|
<ExcludedTypes>Event</ExcludedTypes>
|
||
|
</Add>
|
||
|
</TelemetryProcessors>
|
||
|
<TelemetryProcessors xdt:Transform="InsertIfMissing">
|
||
|
<Add Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor, Microsoft.AI.ServerTelemetryChannel"
|
||
|
xdt:Transform="InsertIfMissing"
|
||
|
xdt:Locator="Condition(starts-with(@Type, 'Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor') and count(./IncludedTypes[text() = 'Event']) = 1)">
|
||
|
<MaxTelemetryItemsPerSecond>5</MaxTelemetryItemsPerSecond>
|
||
|
<IncludedTypes>Event</IncludedTypes>
|
||
|
</Add>
|
||
|
</TelemetryProcessors>
|
||
|
</ApplicationInsights>
|