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 >
123 <TelemetryInitializers >
134 <Add Type =" Microsoft.ApplicationInsights.DependencyCollector.HttpDependenciesParsingTelemetryInitializer, Microsoft.AI.DependencyCollector" />
145 <Add Type =" Microsoft.ApplicationInsights.WindowsServer.AzureRoleEnvironmentTelemetryInitializer, Microsoft.AI.WindowsServer" />
5041 -->
5142 </Add >
5243 <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 >
5374 <Add Type =" Microsoft.ApplicationInsights.WindowsServer.DeveloperModeWithDebuggerAttachedTelemetryModule, Microsoft.AI.WindowsServer" />
5475 <Add Type =" Microsoft.ApplicationInsights.WindowsServer.UnhandledExceptionTelemetryModule, Microsoft.AI.WindowsServer" />
5576 <Add Type =" Microsoft.ApplicationInsights.WindowsServer.UnobservedExceptionTelemetryModule, Microsoft.AI.WindowsServer" />
6081
6182 NOTE: handler configuration will be lost upon NuGet upgrade.
6283 -->
63- <Add >System.Web.Handlers.TransferRequestHandler</Add >
6484 <Add >Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.RequestDataHttpHandler</Add >
6585 <Add >System.Web.StaticFileHandler</Add >
6686 <Add >System.Web.Handlers.AssemblyResourceLoader</Add >
7292 </Handlers >
7393 </Add >
7494 <Add Type =" Microsoft.ApplicationInsights.Web.ExceptionTrackingTelemetryModule, Microsoft.AI.Web" />
95+ <Add Type =" Microsoft.ApplicationInsights.Web.AspNetDiagnosticTelemetryModule, Microsoft.AI.Web" />
7596 </TelemetryModules >
76- <TelemetryChannel Type =" Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel, Microsoft.AI.ServerTelemetryChannel" />
77- <!--
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+ <!--
78108 Learn more about Application Insights configuration with ApplicationInsights.config here:
79109 http://go.microsoft.com/fwlink/?LinkID=513840
80110
81111 Note: If not present, please add <InstrumentationKey>Your Key</InstrumentationKey> to the top of this file.
82- --> </ApplicationInsights >
112+ -->
113+ </ApplicationInsights >
114+
0 commit comments