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