-
NuGet: OpenTelemetry.Instrumentation.SqlClient v1.18.0
-
Fixed query sanitization so that a
)inside a value or a comment in an
IN (...)clause no longer causes the values which follow it to be left
unsanitized.
(#4929) -
Fixed query sanitization so that literals are still redacted after the
db.query.summarylength limit is reached.
(#4929) -
Add the
db.response.returned_rowsattribute to the spans for commands
executed withExecuteNonQuery()orExecuteScalar()when the
OTEL_DOTNET_EXPERIMENTAL_SQLCLIENT_ENABLE_RECORD_RETURNED_ROWSenvironment
variable is set totrue. The value is derived from the SqlClient connection
statistics. Not supported on .NET Framework.
(#4625) -
Fixed the
db.client.operation.durationmetric reporting an incorrect duration
for commands which are not recorded as spans.
(#4625) -
Updated OpenTelemetry core component version(s) to
1.18.0.
(#5022)
See CHANGELOG for details.
-