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

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

    • Fix issue where IPv6 addresses were improperly parsed from the the
      connection's DataSource when used to populate the server.address
      attribute.
      (#2674)

    • Updates have been made to adhere to recent changes in the new semantic
      conventions. These affect you if you have opted in to the new conventions.
      When CommandType is StoredProcedure, the db.stored_procedure.name has
      been added and the db.query.text, db.operation.name, and
      db.collection.name attributes have been removed.
      (#2693)

    • Updated OpenTelemetry core component version(s) to 1.12.0.
      (#2725)

    • Fixes an issue that throws IndexOutOfRangeException in SqlProcessor when the
      SQL statement ends with the beginning of a keyword such as UPDATE.
      (#2674)

    See CHANGELOG for details.

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

NewReleases is sending notifications on new releases.