-
NuGet: OpenTelemetry.Instrumentation.SqlClient v1.14.0-rc.1
-
Remove support for the
OTEL_SEMCONV_STABILITY_OPT_INconfiguration option.
Previously, the old conventions were emitted by default with the option to emit
the stable conventions. Now, only the stable conventions are supported.
(#3592) -
Improve SQL parsing for sanitization and summary generation. Support additional
cases for escaped identifiers. Optimize performance of parsing logic.
(#3627) -
Improve SQL parsing for sanitization for Unicode string literals.
(#3662) -
Sanitize the object name for SQL query text using the LOGIN or USER keywords and
remove from query summaries.
(#3663) -
Improve SQL parsing to generate query summaries for more T-SQL keywords.
(#3671) -
Make additional attributes available on
Activitystart. The full list of
attributes available at time of sampling now conforms with the
semantic conventions.
(#3675) -
Metrics and spans report telemetry schema URL v1.33.0.
(#3680)
See CHANGELOG for details.
-