You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.5 KiB
Plaintext
26 lines
1.5 KiB
Plaintext
5 years ago
|
<ApplicationInsights xmlns="http://schemas.microsoft.com/ApplicationInsights/2013/Settings" xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
||
|
<TelemetryInitializers xdt:Transform="InsertIfMissing">
|
||
|
<Add xdt:Transform="InsertIfMissing" xdt:Locator="Match(Type)" Type="Microsoft.ApplicationInsights.DependencyCollector.HttpDependenciesParsingTelemetryInitializer, Microsoft.AI.DependencyCollector" />
|
||
|
</TelemetryInitializers>
|
||
|
<TelemetryModules xdt:Transform="InsertIfMissing">
|
||
|
<Add xdt:Transform="InsertIfMissing" xdt:Locator="Match(Type)" Type="Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule, Microsoft.AI.DependencyCollector">
|
||
|
<ExcludeComponentCorrelationHttpHeadersOnDomains>
|
||
|
<!--
|
||
|
Requests to the following hostnames will not be modified by adding correlation headers.
|
||
|
Add entries here to exclude additional hostnames.
|
||
|
NOTE: this configuration will be lost upon NuGet upgrade.
|
||
|
-->
|
||
|
<Add>core.windows.net</Add>
|
||
|
<Add>core.chinacloudapi.cn</Add>
|
||
|
<Add>core.cloudapi.de</Add>
|
||
|
<Add>core.usgovcloudapi.net</Add>
|
||
|
<Add>localhost</Add>
|
||
|
<Add>127.0.0.1</Add>
|
||
|
</ExcludeComponentCorrelationHttpHeadersOnDomains>
|
||
|
<IncludeDiagnosticSourceActivities>
|
||
|
<Add>Microsoft.Azure.EventHubs</Add>
|
||
|
<Add>Microsoft.Azure.ServiceBus</Add>
|
||
|
</IncludeDiagnosticSourceActivities>
|
||
|
</Add>
|
||
|
</TelemetryModules>
|
||
|
</ApplicationInsights>
|