-
NuGet: OpenTelemetry.Instrumentation.StackExchangeRedis v1.15.1-beta.2
-
Fixed
db.query.textnot respectingSetVerboseDatabaseStatementswhen
the new database semantic conventions are enabled.
(#4245) -
Add instrumentation scope version and schema URL to traces.
(#4095) -
Add optimized path to flush commands on every
FlushIntervaltick
regardless whether the parentActivitycompletes. Whether the new behavior
is used depends on instrumentation configuration:- If both
EnrichandFilterare not set, commands are flushed
eagerly each tick without waiting for the parentActivityto complete, reducing
memory pressure for long-lived or high-volume parent spans. - If
EnrichorFilteris set, commands are buffered until the
parentActivitycompletes, maintaining the previous behavior.
(#4398)
- If both
See CHANGELOG for details.
-