11<?xml version =" 1.0" encoding =" utf-8" ?>
22<ApplicationInsights xmlns =" http://schemas.microsoft.com/ApplicationInsights/2013/Settings" >
3+ <!--
4+ Learn more about Application Insights configuration with ApplicationInsights.config here:
5+ http://go.microsoft.com/fwlink/?LinkID=513840
6+
7+ Note: If not present, please add <InstrumentationKey>Your Key</InstrumentationKey> to the top of this file.
8+ -->
9+ <TelemetryProcessors >
10+ <Add Type =" Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryProcessor, Microsoft.AI.PerfCounterCollector" />
11+ </TelemetryProcessors >
312 <TelemetryInitializers >
413 <Add Type =" Microsoft.ApplicationInsights.DependencyCollector.HttpDependenciesParsingTelemetryInitializer, Microsoft.AI.DependencyCollector" />
514 <Add Type =" Microsoft.ApplicationInsights.WindowsServer.AzureRoleEnvironmentTelemetryInitializer, Microsoft.AI.WindowsServer" />
4150 -->
4251 </Add >
4352 <Add Type =" Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryModule, Microsoft.AI.PerfCounterCollector" />
44- <Add Type =" Microsoft.ApplicationInsights.WindowsServer.AppServicesHeartbeatTelemetryModule, Microsoft.AI.WindowsServer" />
45- <Add Type =" Microsoft.ApplicationInsights.WindowsServer.AzureInstanceMetadataTelemetryModule, Microsoft.AI.WindowsServer" >
46- <!--
47- Remove individual fields collected here by adding them to the ApplicationInsighs.HeartbeatProvider
48- with the following syntax:
49-
50- <Add Type="Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.DiagnosticsTelemetryModule, Microsoft.ApplicationInsights">
51- <ExcludedHeartbeatProperties>
52- <Add>osType</Add>
53- <Add>location</Add>
54- <Add>name</Add>
55- <Add>offer</Add>
56- <Add>platformFaultDomain</Add>
57- <Add>platformUpdateDomain</Add>
58- <Add>publisher</Add>
59- <Add>sku</Add>
60- <Add>version</Add>
61- <Add>vmId</Add>
62- <Add>vmSize</Add>
63- <Add>subscriptionId</Add>
64- <Add>resourceGroupName</Add>
65- <Add>placementGroupId</Add>
66- <Add>tags</Add>
67- <Add>vmScaleSetName</Add>
68- </ExcludedHeartbeatProperties>
69- </Add>
70-
71- NOTE: exclusions will be lost upon upgrade.
72- -->
73- </Add >
7453 <Add Type =" Microsoft.ApplicationInsights.WindowsServer.DeveloperModeWithDebuggerAttachedTelemetryModule, Microsoft.AI.WindowsServer" />
7554 <Add Type =" Microsoft.ApplicationInsights.WindowsServer.UnhandledExceptionTelemetryModule, Microsoft.AI.WindowsServer" />
7655 <Add Type =" Microsoft.ApplicationInsights.WindowsServer.UnobservedExceptionTelemetryModule, Microsoft.AI.WindowsServer" />
8160
8261 NOTE: handler configuration will be lost upon NuGet upgrade.
8362 -->
63+ <Add >System.Web.Handlers.TransferRequestHandler</Add >
8464 <Add >Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.RequestDataHttpHandler</Add >
8565 <Add >System.Web.StaticFileHandler</Add >
8666 <Add >System.Web.Handlers.AssemblyResourceLoader</Add >
9272 </Handlers >
9373 </Add >
9474 <Add Type =" Microsoft.ApplicationInsights.Web.ExceptionTrackingTelemetryModule, Microsoft.AI.Web" />
95- <Add Type =" Microsoft.ApplicationInsights.Web.AspNetDiagnosticTelemetryModule, Microsoft.AI.Web" />
9675 </TelemetryModules >
97- <ApplicationIdProvider Type =" Microsoft.ApplicationInsights.Extensibility.Implementation.ApplicationId.ApplicationInsightsApplicationIdProvider, Microsoft.ApplicationInsights" />
98- <TelemetrySinks >
99- <Add Name =" default" >
100- <TelemetryProcessors >
101- <Add Type =" Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryProcessor, Microsoft.AI.PerfCounterCollector" />
102- <Add Type =" Microsoft.ApplicationInsights.Extensibility.AutocollectedMetricsExtractor, Microsoft.ApplicationInsights" />
103- </TelemetryProcessors >
104- <TelemetryChannel Type =" Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel, Microsoft.AI.ServerTelemetryChannel" />
105- </Add >
106- </TelemetrySinks >
107- <!--
76+ <TelemetryChannel Type =" Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel, Microsoft.AI.ServerTelemetryChannel" />
77+ <!--
10878 Learn more about Application Insights configuration with ApplicationInsights.config here:
10979 http://go.microsoft.com/fwlink/?LinkID=513840
11080
11181 Note: If not present, please add <InstrumentationKey>Your Key</InstrumentationKey> to the top of this file.
112- -->
113- </ApplicationInsights >
114-
82+ --> </ApplicationInsights >
0 commit comments