TP1_ASP/packages/Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.5.1/content/ApplicationInsights.config.uninstall.xdt
2019-11-04 11:38:18 +01:00

1 line
938 B
Plaintext

<ApplicationInsights xmlns="http://schemas.microsoft.com/ApplicationInsights/2013/Settings" xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<TelemetryChannel xdt:Transform="Remove" xdt:Locator="Match(Type)" Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel, Microsoft.AI.ServerTelemetryChannel" />
<TelemetryProcessors>
<Add Type="Microsoft.ApplicationInsights.Extensibility.AutocollectedMetricsExtractor, Microsoft.ApplicationInsights"
xdt:Transform="RemoveAll"
xdt:Locator="Match(Type)">
</Add>
<Add Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor, Microsoft.AI.ServerTelemetryChannel"
xdt:Transform="RemoveAll"
xdt:Locator="Match(Type)">
</Add>
</TelemetryProcessors>
<TelemetryProcessors xdt:Transform="Remove" xdt:Locator="Condition(count(*)=0)"/>
</ApplicationInsights>