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