1 write to options
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (1)
52this.options = options ?? new StackExchangeRedisInstrumentationOptions();
3 references to options
Aspire.StackExchange.Redis (3)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (3)
110RedisProfilerEntryToActivityConverter.DrainSession(null, this.defaultSession.FinishProfiling(), this.options); 122RedisProfilerEntryToActivityConverter.DrainSession(parent, session.FinishProfiling(), this.options); 131if (this.stopHandle.WaitOne(this.options.FlushInterval))