github open-telemetry/opentelemetry-dotnet-contrib Instrumentation.StackExchangeRedis-1.15.1-beta.2

pre-release9 hours ago
  • NuGet: OpenTelemetry.Instrumentation.StackExchangeRedis v1.15.1-beta.2

    • Fixed db.query.text not respecting SetVerboseDatabaseStatements when
      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 FlushInterval tick
      regardless whether the parent Activity completes. Whether the new behavior
      is used depends on instrumentation configuration:

      • If both Enrich and Filter are not set, commands are flushed
        eagerly each tick without waiting for the parent Activity to complete, reducing
        memory pressure for long-lived or high-volume parent spans.
      • If Enrich or Filter is set, commands are buffered until the
        parent Activity completes, maintaining the previous behavior.
        (#4398)

    See CHANGELOG for details.

Don't miss a new opentelemetry-dotnet-contrib release

NewReleases is sending notifications on new releases.