ApplicationInsights.config.uninstall.xdt 506 B

123456
  1. <ApplicationInsights xmlns="http://schemas.microsoft.com/ApplicationInsights/2013/Settings" xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
  2. <TelemetryModules>
  3. <Add xdt:Transform="Remove" xdt:Locator="Match(Type)" Type="Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.PerformanceCollectorModule, Microsoft.AI.PerfCounterCollector" />
  4. </TelemetryModules>
  5. <TelemetryModules xdt:Transform="Remove" xdt:Locator="Condition(count(*)=0)"/>
  6. </ApplicationInsights>