Skip to content

Instrumentation.StackExchangeRedis-1.18.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@otelbot-dotnet-contrib otelbot-dotnet-contrib released this 21 Aug 18:40
· 29 commits to main since this release
Immutable release. Only release title and notes can be modified.
6e2e02e
  • NuGet: OpenTelemetry.Instrumentation.StackExchangeRedis v1.18.0-beta.1

    • Validate FlushInterval to prevent out-of-range values and
      zero-interval spin loops.
      (#4860)

    • Fixed exceptions thrown from a user-supplied Enrich
      callback preventing the Activity from being stopped.
      (#4900)

    • Fixed exceptions thrown by Redis profiler callbacks after
      instrumentation is disposed.
      (#4905)

    • Fixed Baggage.Current being empty in samplers, processors and the Filter
      and Enrich callbacks for Redis command activities.
      (#4927)

    • Fixed the Redis command drain thread inheriting the execution context of the
      thread that created the instrumentation, which leaked that context's baggage
      onto every Redis command activity.
      (#4927)

    • Updated OpenTelemetry core component version(s) to 1.18.0.
      (#5022)

    See CHANGELOG for details.