1 write to options
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (1)
70this.options = options ?? new StackExchangeRedisInstrumentationOptions();
4 references to options
Aspire.StackExchange.Redis (4)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (4)
125RedisProfilerEntryToActivityConverter.DrainSession(null, this.defaultSession.FinishProfiling(), this.options); 132if (this.options.EnableEarlyCommandDrain || parentCompleted) 135RedisProfilerEntryToActivityConverter.DrainSession(parent, session.FinishProfiling(), this.options); 149if (this.stopHandle.WaitOne(this.options.FlushInterval))