-
Notifications
You must be signed in to change notification settings - Fork 457
OTel related nuget package update. #11028
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
Draft
RohitRanjanMS
wants to merge
7
commits into
dev
Choose a base branch
from
roranjan/otel
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
369955e
OTel related nuget package update.
RohitRanjanMS 453eacc
Updating release notes.
RohitRanjanMS 43ad872
Updating deps.json
RohitRanjanMS ba529fb
Enabling Runtime and Process metrics.
RohitRanjanMS 9df96a3
Updating runtimeassemblies.json and deps file.
RohitRanjanMS 31403c3
Updating runtimeassemblies.json
RohitRanjanMS 0797f51
merge
RohitRanjanMS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
### Release notes | ||
|
||
<!-- Please add your release notes in the following format: | ||
- My change description (#PR) | ||
--> | ||
- Memory allocation optimizations in `ScriptStartupTypeLocator.GetExtensionsStartupTypesAsync` (#11012) | ||
- Fix invocation timeout when incoming request contains "x-ms-invocation-id" header (#10980) | ||
- Warn if .azurefunctions folder does not exist (#10967) | ||
- Memory allocation & CPU optimizations in `GrpcMessageExtensionUtilities.ConvertFromHttpMessageToExpando` (#11054) | ||
- Memory allocation optimizations in `ReadLanguageWorkerFile` by reading files in buffered chunks, preventing LOH allocations (#11069) | ||
### Release notes | ||
|
||
<!-- Please add your release notes in the following format: | ||
- My change description (#PR) | ||
--> | ||
- Improved memory metrics reporting using CGroup data for Linux consumption (#10968) | ||
- Memory allocation optimizations in `RpcWorkerConfigFactory.AddProviders` (#10959) | ||
- Fixing GrpcWorkerChannel concurrency bug (#10998) | ||
- Avoid circular dependency when resolving LinuxContainerLegionMetricsPublisher. (#10991) | ||
- Add 'unix' to the list of runtimes kept when importing PowerShell worker for Linux builds | ||
- Update PowerShell 7.4 worker to 4.0.4206 | ||
- Update Otel related nuget packages (#11028) | ||
- Memory allocation optimizations in `ScriptStartupTypeLocator.GetExtensionsStartupTypesAsync` (#11012) | ||
- Fix invocation timeout when incoming request contains "x-ms-invocation-id" header (#10980) | ||
- Warn if .azurefunctions folder does not exist (#10967) | ||
- Memory allocation & CPU optimizations in `GrpcMessageExtensionUtilities.ConvertFromHttpMessageToExpando` (#11054) | ||
- Memory allocation optimizations in `ReadLanguageWorkerFile` by reading files in buffered chunks, preventing LOH allocations (#11069) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,8 +29,8 @@ | |
<PackageReference Include="Azure.Core" Version="1.45.0" /> | ||
<PackageReference Include="Azure.Data.Tables" Version="12.8.3" /> | ||
<PackageReference Include="Azure.Identity" Version="1.11.4" /> | ||
<PackageReference Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.2.0-beta.2" /> | ||
<PackageReference Include="Azure.Storage.Blobs" Version="12.19.1" /> | ||
<PackageReference Include="Azure.Monitor.OpenTelemetry.Exporter" Version="1.4.0-beta.3" /> | ||
<PackageReference Include="Azure.Storage.Blobs" Version="12.19.1" /> | ||
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.22.0" /> | ||
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" /> | ||
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.22.0" /> | ||
|
@@ -48,18 +48,18 @@ | |
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.42-12121" /> | ||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.3.1" /> | ||
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.4" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we need the major version bump for this package? We probably need to do a good amount of validation to ensure this is not causing any issues. |
||
<PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> | ||
<PackageReference Include="NuGet.ProjectModel" Version="5.11.6" /> | ||
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.9.0" /> | ||
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0" /> | ||
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" /> | ||
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.9.0" /> | ||
<PackageReference Include="OpenTelemetry.Instrumentation.Process" Version="0.5.0-beta.7" /> | ||
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.9.0" /> | ||
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.11.2" /> | ||
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.11.2" /> | ||
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.11.1" /> | ||
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.11.1" /> | ||
<PackageReference Include="OpenTelemetry.Instrumentation.Process" Version="1.11.0-beta.2" /> | ||
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.11.1" /> | ||
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556" PrivateAssets="all" /> | ||
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.0" /> | ||
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="9.0.4" /> | ||
<PackageReference Include="System.Drawing.Common" Version="8.0.0" /> | ||
<PackageReference Include="System.Formats.Asn1" Version="6.0.1" /> | ||
<PackageReference Include="System.IO.Abstractions" Version="2.1.0.227" NoWarn="NU1701" /> | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.