-
NuGet: OpenTelemetry.Instrumentation.StackExchangeRedis v1.13.0-beta.1
-
Breaking change Introduce
RedisInstrumentationContext
and use it
as context forFilter
(#2977) -
Removed the
db.redis.flags
attribute from the implementation
as it is not part of the Semantic Conventions for Database Client Calls.
(#2982) -
The new database semantic conventions can be opted in to by setting
theOTEL_SEMCONV_STABILITY_OPT_IN
environment variable. This allows for a
transition period for users to experiment with the new semantic conventions
and adapt as necessary. The environment variable supports the following
values:database
- emit the new, frozen (proposed for stable) database
attributes, and stop emitting the old experimental database
attributes that the instrumentation emitted previously.database/dup
- emit both the old and the frozen (proposed for stable) database
attributes, allowing for a more seamless transition.- The default behavior (in the absence of one of these values) is to continue
emitting the same database semantic conventions that were emitted in
the previous version. - Note: this option will be be removed after the new database
semantic conventions are marked stable. At which time this
instrumentation can receive a stable release, and the old database
semantic conventions will no longer be supported. Refer to the
specification for more information regarding the new database
semantic conventions for
spans.
(#3084)
-
Updated OpenTelemetry core component version(s) to
1.13.1
.
(#3218)
See CHANGELOG for details.
-