Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Application-Insights dependency to 2.22 #271

Merged
merged 4 commits into from
Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 10 additions & 20 deletions patches/application-insights/0001-Eliminate-prebuilts.patch
Original file line number Diff line number Diff line change
@@ -1,34 +1,24 @@
From 8aa9fe051882d9581df936828070c9ddd099bc88 Mon Sep 17 00:00:00 2001
From: Matt Mitchell <mmitche@microsoft.com>
Date: Tue, 18 Jul 2023 12:29:29 -0700
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Ella Hathaway <67609881+ellahathaway@users.noreply.github.com>
Date: Mon, 4 Mar 2024 19:12:01 +0000
Subject: [PATCH] Eliminate prebuilts

---
.props/Product.props | 11 -----------
1 file changed, 11 deletions(-)
.props/Product.props | 4 ----
1 file changed, 4 deletions(-)

diff --git a/.props/Product.props b/.props/Product.props
index f81957c0..32475340 100644
index e97b6eff..b33ceca5 100644
--- a/.props/Product.props
+++ b/.props/Product.props
@@ -27,17 +27,6 @@
<PrivateAssets>All</PrivateAssets>
@@ -28,10 +28,6 @@
</PackageReference>
</ItemGroup>
-
- <ItemGroup>
- <!--Build Infrastructure-->
- <PackageReference Include="Microsoft.VisualStudioEng.MicroBuild.Core" Version="0.4.1">
- <PrivateAssets>All</PrivateAssets>
- </PackageReference>
- </ItemGroup>
-

- <ItemGroup>
- <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
- </ItemGroup>
-
<PropertyGroup>
<!-- Enable all the latest CA rules from 'Microsoft.CodeAnalysis.NetAnalyzers' as build warnings by default -->
--
2.41.0.windows.2


This file was deleted.

2 changes: 1 addition & 1 deletion src/application-insights
Submodule application-insights updated 85 files
+16 −8 .github/CONTRIBUTING.md
+0 −13 .github/ISSUE_TEMPLATE/question.md
+0 −6 .github/PULL_REQUEST_TEMPLATE.md
+12 −0 .github/dependabot.yml
+9 −12 .github/workflows/build-and-test-BASE.yml
+9 −12 .github/workflows/build-and-test-LOGGING.yml
+9 −12 .github/workflows/build-and-test-NETCORE.yml
+9 −12 .github/workflows/build-and-test-WEB.yml
+7 −11 .github/workflows/nightly.yml
+9 −12 .github/workflows/redfield-sanity-check.yml
+9 −3 .github/workflows/sanity.yml
+1 −1 .github/workflows/stale.yml
+4 −0 .gitignore
+9 −17 .props/Product.props
+13 −4 .props/Test.props
+12 −12 .props/_GlobalStaticVersion.props
+9 −0 .publicApi/Microsoft.AI.DependencyCollector.dll/net452/PublicAPI.Shipped.txt
+0 −9 .publicApi/Microsoft.AI.DependencyCollector.dll/net452/PublicAPI.Unshipped.txt
+9 −0 .publicApi/Microsoft.AI.DependencyCollector.dll/netstandard2.0/PublicAPI.Shipped.txt
+0 −9 .publicApi/Microsoft.AI.DependencyCollector.dll/netstandard2.0/PublicAPI.Unshipped.txt
+5 −5 .publicApi/Microsoft.ApplicationInsights.AspNetCore.dll/netstandard2.0/PublicAPI.Shipped.txt
+1 −1 .publicApi/Microsoft.ApplicationInsights.TraceListener.dll/net452/PublicAPI.Shipped.txt
+1 −1 .publicApi/Microsoft.ApplicationInsights.TraceListener.dll/netstandard2.0/PublicAPI.Shipped.txt
+2 −2 .publicApi/Microsoft.ApplicationInsights.WorkerService.dll/netstandard2.0/PublicAPI.Shipped.txt
+64 −64 .publicApi/Microsoft.ApplicationInsights.dll/net452/PublicAPI.Shipped.txt
+64 −64 .publicApi/Microsoft.ApplicationInsights.dll/net46/PublicAPI.Shipped.txt
+64 −64 .publicApi/Microsoft.ApplicationInsights.dll/netstandard2.0/PublicAPI.Shipped.txt
+3 −2 .publicApi/Microsoft.Extensions.Logging.ApplicationInsights.dll/netstandard2.0/PublicAPI.Shipped.txt
+0 −1 .publicApi/Microsoft.Extensions.Logging.ApplicationInsights.dll/netstandard2.0/PublicAPI.Unshipped.txt
+1 −1 BASE/Test/Microsoft.ApplicationInsights.Test/Microsoft.ApplicationInsights.Tests/Channel/TransmissionTest.cs
+24 −0 ...rosoft.ApplicationInsights.Test/Microsoft.ApplicationInsights.Tests/DataContracts/ExceptionTelemetryTest.cs
+1 −1 ...sights.Test/Microsoft.ApplicationInsights.Tests/Extensibility/Implementation/Tracing/CoreEventSourceTest.cs
+67 −8 ...onInsights.Tests/Extensibility/Implementation/Tracing/SelfDiagnostics/SelfDiagnosticsConfigRefresherTest.cs
+2 −0 ...hts.Test/Microsoft.ApplicationInsights.Tests/Extensibility/OperationCorrelationTelemetryInitializerTests.cs
+8 −0 ...icationInsights.Test/Microsoft.ApplicationInsights.Tests/Extensibility/TelemetryConfigurationFactoryTest.cs
+3 −2 ...oft.ApplicationInsights.Test/Microsoft.ApplicationInsights.Tests/Microsoft.ApplicationInsights.Tests.csproj
+1 −1 .../Test/Microsoft.ApplicationInsights.Test/Microsoft.ApplicationInsights.Tests/StartOperationActivityTests.cs
+2 −1 BASE/Test/ServerTelemetryChannel.Test/TelemetryChannel.Nuget.Tests/TelemetryChannel.Nuget.Tests.csproj
+0 −2 BASE/Test/ServerTelemetryChannel.Test/TelemetryChannel.Tests/Implementation/TelemetryChannelEventSourceTest.cs
+3 −3 ...hannel.Test/TelemetryChannel.Tests/Implementation/TransmissionPolicy/ErrorHandlingTransmissionPolicyTest.cs
+1 −1 BASE/Test/ServerTelemetryChannel.Test/TelemetryChannel.Tests/ServerTelemetryChannelE2ETests.cs
+1 −1 BASE/Test/ServerTelemetryChannel.Test/TelemetryChannel.Tests/TelemetryChannel.Tests.csproj
+15 −1 BASE/Test/TestFramework/Shared/EventSourceTest.cs
+9 −1 BASE/src/Microsoft.ApplicationInsights/DataContracts/ExceptionTelemetry.cs
+15 −4 ...oft.ApplicationInsights/Extensibility/Implementation/Tracing/SelfDiagnostics/SelfDiagnosticsConfigParser.cs
+0 −9 BASE/src/Microsoft.ApplicationInsights/Extensibility/OperationCorrelationTelemetryInitializer.cs
+2 −2 BASE/src/Microsoft.ApplicationInsights/Metrics/MetricManager.cs
+1 −1 BASE/src/Microsoft.ApplicationInsights/Metrics/MetricSeriesConfigurationForMeasurement.cs
+3 −0 BASE/src/Microsoft.ApplicationInsights/TelemetryClient.cs
+5 −5 BASE/src/ServerTelemetryChannel/Implementation/TelemetryChannelEventSource.cs
+3 −3 BASE/src/ServerTelemetryChannel/Implementation/TransmissionPolicy/ErrorHandlingTransmissionPolicy.cs
+56 −36 CHANGELOG.md
+3 −3 Directory.Build.props
+1 −1 LOGGING/src/ILogger/ApplicationInsightsLogger.cs
+32 −0 LOGGING/test/ILogger.Tests/ILoggerIntegrationTests.cs
+0 −1 LOGGING/test/Shared/CustomTelemetryChannel.cs
+6 −3 NETCORE/test/FunctionalTests.MVC.Tests/FunctionalTests.MVC.Tests.csproj
+3 −1 NETCORE/test/FunctionalTests.Utils/FunctionalTests.Utils.csproj
+3 −1 NETCORE/test/FunctionalTests.WebApi.Tests/FunctionalTests.WebApi.Tests.csproj
+10 −7 NETCORE/test/IntegrationTests.Tests/IntegrationTests.Tests.csproj
+1 −1 NETCORE/test/IntegrationTests.Tests/RequestCollectionTest.cs
+2 −2 NETCORE/test/IntegrationTests.WebApp/Controllers/HomeController.cs
+2 −1 NETCORE/test/IntegrationTests.WebApp/IntegrationTests.WebApp.csproj
+1 −1 ...E/test/Microsoft.ApplicationInsights.AspNetCore.Tests/Microsoft.ApplicationInsights.AspNetCore.Tests.csproj
+4 −3 WEB/Src/DependencyCollector/DependencyCollector.Tests/DependencyCollector.Tests.csproj
+334 −0 WEB/Src/DependencyCollector/DependencyCollector.Tests/Implementation/AzureSdkDiagnosticListenerTest.cs
+6 −0 WEB/Src/DependencyCollector/DependencyCollector/DependencyTrackingTelemetryModule.cs
+20 −3 ...Src/DependencyCollector/DependencyCollector/Implementation/AzureSdk/AzureSdkDiagnosticListenerSubscriber.cs
+77 −4 WEB/Src/DependencyCollector/DependencyCollector/Implementation/AzureSdk/AzureSdkDiagnosticsEventHandler.cs
+117 −0 WEB/Src/DependencyCollector/DependencyCollector/Implementation/AzureSdk/AzureSdkEventListener.cs
+1 −1 WEB/Src/DependencyCollector/DependencyCollector/Implementation/DiagnosticSourceListenerBase.cs
+1 −0 WEB/Src/DependencyCollector/DependencyCollector/Implementation/RDDSource.cs
+2 −2 WEB/Src/PerformanceCollector/Perf.Tests/Perf.Tests.csproj
+1 −1 WEB/Src/PerformanceCollector/PerformanceCollector/Implementation/QuickPulse/QuickPulseConstants.cs
+1 −1 WEB/Src/PerformanceCollector/PerformanceCollector/Perf.csproj
+2 −1 WEB/Src/PerformanceCollector/Xdt.Tests/Xdt.Tests.csproj
+2 −1 WEB/Src/Web/Web.Tests/Web.Tests.csproj
+2 −1 WEB/Src/WindowsServer/WindowsServer.Tests/WindowsServer.Tests.csproj
+2 −2 WEB/Src/WindowsServer/WindowsServer/ApplicationInsights.config.install.xdt
+1 −1 WEB/Src/WindowsServer/WindowsServer/Implementation/WindowsServerEventSource.cs
+2 −126 WEB/ThirdPartyNotices.txt
+5 −0 docs/concepts.md
+2 −4 docs/versions_and_names.md
+2 −2 examples/.NET Config File/2.10.0_ApplicationInsights.config
+2 −2 examples/ConsoleApp/ConsoleApp.csproj