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

Bump OpenTelemetry.Instrumentation.AspNetCore, System.Diagnostics.DiagnosticSource, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Bcl.AsyncInterfaces, Microsoft.Extensions.Primitives, Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Abstractions and Microsoft.Extensions.Options #265

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2024

Bumps OpenTelemetry.Instrumentation.AspNetCore, System.Diagnostics.DiagnosticSource, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Bcl.AsyncInterfaces, Microsoft.Extensions.Primitives, Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Abstractions and Microsoft.Extensions.Options. These dependencies needed to be updated together.
Updates OpenTelemetry.Instrumentation.AspNetCore from 1.0.0-rc9.14 to 1.7.0

Release notes

Sourced from OpenTelemetry.Instrumentation.AspNetCore's releases.

1.7.0 of AspNetCore and Http instrumentation libraries

From a feature standpoint, 1.7.0 release of these two instrumentation libraries don't have any additional changes on top of the respective 1.6.0 version packages. The major difference in 1.7.0 is that it depends on 1.7.0 version of OpenTelemetry.Api.ProviderBuilderExtensions which brings in >=8.0.0 version of System.Diagnostics.DiagnosticSource.

If you're interested in knowing all of the changes that went into 1.6.0 release, please go through the Release notes of all the previous pre-release versions for 1.6.0 for these two packages.

1.6.0 of AspNetCore and Http instrumentation libraries

This is the first stable release of both AspNetCore and Http instrumentation libraries. If you're interested in knowing all of the changes that went into 1.6.0 release, please go through the Release notes of all the previous pre-release versions for 1.6.0 for these two packages.

OpenTelemetry.Instrumentation.AspNetCore

  • Re-introduced support for gRPC instrumentation as an opt-in experimental feature. From now onwards, gRPC can be enabled by setting OTEL_DOTNET_EXPERIMENTAL_ASPNETCORE_ENABLE_GRPC_INSTRUMENTATION flag to True. OTEL_DOTNET_EXPERIMENTAL_ASPNETCORE_ENABLE_GRPC_INSTRUMENTATION can be set as an environment variable or via IConfiguration. The change is introduced in order to support stable release of http instrumentation. Semantic conventions for RPC is still experimental and hence the package will only support it as an opt-in experimental feature. Note that the support was removed in 1.6.0-rc.1 version of the package and versions released before 1.6.0-rc.1 had gRPC instrumentation enabled by default. (#5130)

1.6.0-rc.1 of AspNetCore and HttpClient instrumentation libraries

OpenTelemetry.Instrumentation.AspNetCore

  • Removed support for OTEL_SEMCONV_STABILITY_OPT_IN environment variable. The library will now emit only the stable semantic conventions. (#5066)

  • Removed netstandard2.1 target. (#5094)

  • Removed support for grpc instrumentation to unblock stable release of http instrumentation. For details, see issue #5098 (#5097)

  • Breaking Change : Renamed AspNetCoreInstrumentationOptions to AspNetCoreTraceInstrumentationOptions. (#5108)

OpenTelemetry.Instrumentation.Http

  • Removed support for OTEL_SEMCONV_STABILITY_OPT_IN environment variable. The library will now emit only the stable semantic conventions. (#5068)

  • Update activity DisplayName as per the specification. (#5078)

  • Removed reference to OpenTelemetry package. This is a breaking change for users relying on SuppressDownstreamInstrumentation option in OpenTelemetry.Instrumentation.GrpcNetClient. For details, check out this issue. (#5077)

  • Breaking Change: Renamed HttpClientInstrumentationOptions to HttpClientTraceInstrumentationOptions. (#5109)

  • Breaking Change: Removed http.user_agent tag from HttpClient activity. (#5110)

  • HttpWebRequest : Introduced additional values for error.type tag on activity and http.client.request.duration metric. (#5111)

core-1.7.0-rc.1

OpenTelemetry

  • The AddService ResourceBuilder extension method will now generate the same service.instance.id for the lifetime of a process when autoGenerateServiceInstanceId is true. (#4988)

  • Fixed a Metrics SDK bug which led to ExemplarReservoir.Offer always being called regardless of whether or not the ExemplarFilter sampled the measurement. (#5004) (#5016)

  • Update Metrics SDK to override the default histogram buckets for the followingmetrics from ASP.NET Core and HttpClient runtime:

    • signalr.server.connection.duration
    • kestrel.connection.duration
    • http.client.connection.duration

... (truncated)

Commits
  • f69c025 Update CHANGLEOG for 1.7.0 (#5149)
  • ecef81d [api-extensions-logs] ExperimentalAttribute decoration for experimental APIs ...
  • f075128 Solve 404 error in unit test (#5145)
  • f5c1160 [api-logs] Define OTEL1000 & OTEL1001 diagnostics and decorate APIs (#4963)
  • 93fd7d3 Doc fix for RecordException (#5143)
  • 58e8f24 Add grpc instrumentation with experimental feature flag (#5130)
  • ff39563 Bump actions/stale from 8 to 9 (#5142)
  • ac56c9f Update documentation comments for `OpenTelemetryDependencyInjectionMeterProvi...
  • 57ee852 Simplify copyright disclaimer (#5140)
  • 7419d85 Export OpenMetrics format for prometheus exporters (#5107)
  • Additional commits viewable in compare view

Updates System.Diagnostics.DiagnosticSource from 7.0.2 to 8.0.0

Release notes

Sourced from System.Diagnostics.DiagnosticSource's releases.

.NET 8.0.0

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.DependencyInjection.Abstractions from 7.0.0 to 8.0.0

Release notes

Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases.

.NET 8.0.0

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Bcl.AsyncInterfaces from 7.0.0 to 8.0.0

Release notes

Sourced from Microsoft.Bcl.AsyncInterfaces's releases.

.NET 8.0.0

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.Primitives from 7.0.0 to 8.0.0

Release notes

Sourced from Microsoft.Extensions.Primitives's releases.

.NET 8.0.0

Release

What's Changed

... (truncated)

Commits

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 3, 2024
…gnosticSource, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Bcl.AsyncInterfaces, Microsoft.Extensions.Primitives, Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Abstractions and Microsoft.Extensions.Options

Bumps [OpenTelemetry.Instrumentation.AspNetCore](https://github.com/open-telemetry/opentelemetry-dotnet), [System.Diagnostics.DiagnosticSource](https://github.com/dotnet/runtime), [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime), [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime), [Microsoft.Extensions.Primitives](https://github.com/dotnet/runtime), [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime), [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Options](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `OpenTelemetry.Instrumentation.AspNetCore` from 1.0.0-rc9.14 to 1.7.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](open-telemetry/opentelemetry-dotnet@1.0.0-rc9.14...core-1.7.0)

Updates `System.Diagnostics.DiagnosticSource` from 7.0.2 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.2...v8.0.0)

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

Updates `Microsoft.Bcl.AsyncInterfaces` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

Updates `Microsoft.Extensions.Primitives` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

Updates `Microsoft.Extensions.Configuration` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

Updates `Microsoft.Extensions.Configuration.Abstractions` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

Updates `Microsoft.Extensions.Options` from 7.0.1 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.1...v8.0.0)

---
updated-dependencies:
- dependency-name: OpenTelemetry.Instrumentation.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Diagnostics.DiagnosticSource
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Primitives
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Options
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/develop/OpenTelemetry.Instrumentation.AspNetCore-and-System.Diagnostics.DiagnosticSource-and-Microsoft.Extensions.DependencyInjection.Abstractions-and-Microsoft.Bcl.AsyncInterfaces-and-Miaf35a5cd2c7cccb18044c71ced4d31b4a62ca3e2 branch from a994a28 to 5a03ed7 Compare January 4, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants