github open-telemetry/opentelemetry-dotnet-contrib Instrumentation.EntityFrameworkCore-1.10.0-beta.1

  • NuGet: OpenTelemetry.Instrumentation.EntityFrameworkCore v1.10.0-beta.1

    • The new database semantic conventions can be opted in to by setting
      the OTEL_SEMCONV_STABILITY_OPT_IN environment variable. This allows for a
      transition period for users to experiment with the new semantic conventions
      and adapt as necessary. The environment variable supports the following
      values:

      • database - emit the new, frozen (proposed for stable) database
        attributes, and stop emitting the old experimental database
        attributes that the instrumentation emitted previously.
      • database/dup - emit both the old and the frozen (proposed for stable) database
        attributes, allowing for a more seamless transition.
      • The default behavior (in the absence of one of these values) is to continue
        emitting the same database semantic conventions that were emitted in
        the previous version.
      • Note: this option will be be removed after the new database
        semantic conventions is marked stable. At which time this
        instrumentation can receive a stable release, and the old database
        semantic conventions will no longer be supported. Refer to the
        specification for more information regarding the new database
        semantic conventions for
        spans.
        (#2130)
    • Updated OpenTelemetry core component version(s) to 1.10.0.
      (#2317)

    • Trace instrumentation will now call the Activity.SetStatus
      API instead of the deprecated OpenTelemetry API package extension when setting
      span status. For details see: Setting Status.
      (#2358)

    See CHANGELOG for details.

Don't miss a new opentelemetry-dotnet-contrib release

NewReleases is sending notifications on new releases.