You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
1.0 KiB

  1. <ApplicationInsights xmlns="http://schemas.microsoft.com/ApplicationInsights/2013/Settings" xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
  2. <TelemetryChannel xdt:Transform="Remove" />
  3. <TelemetryChannel xdt:Transform="Insert" Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel, Microsoft.AI.ServerTelemetryChannel" />
  4. <TelemetryProcessors>
  5. <Add Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor, Microsoft.AI.ServerTelemetryChannel"
  6. xdt:Transform="Remove"
  7. xdt:Locator="Match(Type)">
  8. </Add>
  9. </TelemetryProcessors>
  10. <TelemetryProcessors xdt:Transform="InsertIfMissing">
  11. <Add Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor, Microsoft.AI.ServerTelemetryChannel"
  12. xdt:Transform="InsertIfMissing"
  13. xdt:Locator="Match(Type)">
  14. <MaxTelemetryItemsPerSecond>5</MaxTelemetryItemsPerSecond>
  15. </Add>
  16. </TelemetryProcessors>
  17. </ApplicationInsights>