-
NuGet: OpenTelemetry.Instrumentation.SqlClient v1.11.0-beta.1
-
Breaking change The
EnableConnectionLevelAttributes
option has been removed.
(#2414) -
The
db.client.operation.duration
histogram (measured in seconds) produced by
the metrics instrumentation in this package now uses the Advice API
to set default explicit buckets following the OpenTelemetry Specification.
(#2430) -
Enabling
SetDbStatementForText
will no longer capture the raw query text.
The query is now sanitized. Literal values in the query text are replaced
by a?
character.
(#2446) -
Updated OpenTelemetry core component version(s) to
1.11.1
.
(#2477)
See CHANGELOG for details.
-