-
NuGet: OpenTelemetry.Instrumentation.SqlClient v1.12.0-beta.1
-
Fix issue where IPv6 addresses were improperly parsed from the the
connection'sDataSource
when used to populate theserver.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.
WhenCommandType
isStoredProcedure
, thedb.stored_procedure.name
has
been added and thedb.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
inSqlProcessor
when the
SQL statement ends with the beginning of a keyword such asUPDATE
.
(#2674)
See CHANGELOG for details.
-