6
6
7
7
Note: If not present, please add <InstrumentationKey>Your Key</InstrumentationKey> to the top of this file.
8
8
-->
9
- <TelemetryProcessors >
10
- <Add Type =" Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryProcessor, Microsoft.AI.PerfCounterCollector" />
11
- </TelemetryProcessors >
12
9
<TelemetryInitializers >
13
10
<Add Type =" Microsoft.ApplicationInsights.DependencyCollector.HttpDependenciesParsingTelemetryInitializer, Microsoft.AI.DependencyCollector" />
14
11
<Add Type =" Microsoft.ApplicationInsights.WindowsServer.AzureRoleEnvironmentTelemetryInitializer, Microsoft.AI.WindowsServer" />
50
47
-->
51
48
</Add >
52
49
<Add Type =" Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryModule, Microsoft.AI.PerfCounterCollector" />
50
+ <Add Type =" Microsoft.ApplicationInsights.WindowsServer.AppServicesHeartbeatTelemetryModule, Microsoft.AI.WindowsServer" />
51
+ <Add Type =" Microsoft.ApplicationInsights.WindowsServer.AzureInstanceMetadataTelemetryModule, Microsoft.AI.WindowsServer" >
52
+ <!--
53
+ Remove individual fields collected here by adding them to the ApplicationInsighs.HeartbeatProvider
54
+ with the following syntax:
55
+
56
+ <Add Type="Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.DiagnosticsTelemetryModule, Microsoft.ApplicationInsights">
57
+ <ExcludedHeartbeatProperties>
58
+ <Add>osType</Add>
59
+ <Add>location</Add>
60
+ <Add>name</Add>
61
+ <Add>offer</Add>
62
+ <Add>platformFaultDomain</Add>
63
+ <Add>platformUpdateDomain</Add>
64
+ <Add>publisher</Add>
65
+ <Add>sku</Add>
66
+ <Add>version</Add>
67
+ <Add>vmId</Add>
68
+ <Add>vmSize</Add>
69
+ <Add>subscriptionId</Add>
70
+ <Add>resourceGroupName</Add>
71
+ <Add>placementGroupId</Add>
72
+ <Add>tags</Add>
73
+ <Add>vmScaleSetName</Add>
74
+ </ExcludedHeartbeatProperties>
75
+ </Add>
76
+
77
+ NOTE: exclusions will be lost upon upgrade.
78
+ -->
79
+ </Add >
53
80
<Add Type =" Microsoft.ApplicationInsights.WindowsServer.DeveloperModeWithDebuggerAttachedTelemetryModule, Microsoft.AI.WindowsServer" />
54
81
<Add Type =" Microsoft.ApplicationInsights.WindowsServer.UnhandledExceptionTelemetryModule, Microsoft.AI.WindowsServer" />
55
82
<Add Type =" Microsoft.ApplicationInsights.WindowsServer.UnobservedExceptionTelemetryModule, Microsoft.AI.WindowsServer" />
60
87
61
88
NOTE: handler configuration will be lost upon NuGet upgrade.
62
89
-->
63
- <Add >System.Web.Handlers.TransferRequestHandler</Add >
64
90
<Add >Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.RequestDataHttpHandler</Add >
65
91
<Add >System.Web.StaticFileHandler</Add >
66
92
<Add >System.Web.Handlers.AssemblyResourceLoader</Add >
72
98
</Handlers >
73
99
</Add >
74
100
<Add Type =" Microsoft.ApplicationInsights.Web.ExceptionTrackingTelemetryModule, Microsoft.AI.Web" />
101
+ <Add Type =" Microsoft.ApplicationInsights.Web.AspNetDiagnosticTelemetryModule, Microsoft.AI.Web" />
75
102
</TelemetryModules >
76
- <TelemetryChannel Type =" Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel, Microsoft.AI.ServerTelemetryChannel" />
77
- <!--
103
+ <ApplicationIdProvider Type =" Microsoft.ApplicationInsights.Extensibility.Implementation.ApplicationId.ApplicationInsightsApplicationIdProvider, Microsoft.ApplicationInsights" />
104
+ <TelemetrySinks >
105
+ <Add Name =" default" >
106
+ <TelemetryProcessors >
107
+ <Add Type =" Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryProcessor, Microsoft.AI.PerfCounterCollector" />
108
+ <Add Type =" Microsoft.ApplicationInsights.Extensibility.AutocollectedMetricsExtractor, Microsoft.ApplicationInsights" />
109
+ </TelemetryProcessors >
110
+ <TelemetryChannel Type =" Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel, Microsoft.AI.ServerTelemetryChannel" />
111
+ </Add >
112
+ </TelemetrySinks >
113
+ <!--
78
114
Learn more about Application Insights configuration with ApplicationInsights.config here:
79
115
http://go.microsoft.com/fwlink/?LinkID=513840
80
116
81
117
Note: If not present, please add <InstrumentationKey>Your Key</InstrumentationKey> to the top of this file.
82
- --> </ApplicationInsights >
118
+ -->
119
+ </ApplicationInsights >
0 commit comments