github open-telemetry/opentelemetry-dotnet-contrib Instrumentation.SqlClient-1.12.0-beta.2

  • NuGet: OpenTelemetry.Instrumentation.SqlClient v1.12.0-beta.2

    • Add the db.operation.name attribute when CommandType is
      StoredProcedure to conform to the new semantic conventions.
      This affects you if you have opted into the new conventions.
      (#2800)

    • Add the db.query.summary attribute. This affects you if you have opted into
      the new conventions.
      (#2811)

    • Added OTEL_DOTNET_EXPERIMENTAL_SQLCLIENT_ENABLE_TRACE_CONTEXT_PROPAGATION
      environment variable to propagate trace context to SQL Server databases.
      This will remain experimental while the specification
      remains in development.
      It is now only available on .NET 8 and newer.
      (#2709)

      Propagate traceparent information to SQL Server databases
      (see SET CONTEXT_INFO).
      Note that this option incurs an additional round-trip to the database.

    See CHANGELOG for details.

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

NewReleases is sending notifications on new releases.