1 instantiation of StackExchangeRedisInstrumentationOptions
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (1)
52this.options = options ?? new StackExchangeRedisInstrumentationOptions();
11 references to StackExchangeRedisInstrumentationOptions
Aspire.StackExchange.Redis (11)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Implementation\RedisProfilerEntryToActivityConverter.cs (2)
76public static Activity? ProfilerCommandToActivity(Activity? parentActivity, IProfiledCommand command, StackExchangeRedisInstrumentationOptions options) 182public static void DrainSession(Activity? parentActivity, IEnumerable<IProfiledCommand> sessionCommands, StackExchangeRedisInstrumentationOptions options)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (2)
33private readonly StackExchangeRedisInstrumentationOptions options; 48StackExchangeRedisInstrumentationOptions options)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisInstrumentation.cs (3)
15private readonly IOptionsMonitor<StackExchangeRedisInstrumentationOptions> options; 18IOptionsMonitor<StackExchangeRedisInstrumentationOptions> options) 44var options = this.options.Get(name);
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\TracerProviderBuilderExtensions.cs (4)
58Action<StackExchangeRedisInstrumentationOptions> configure) 75Action<StackExchangeRedisInstrumentationOptions> configure) 100Action<StackExchangeRedisInstrumentationOptions>? configure) 182sp.GetRequiredService<IOptionsMonitor<StackExchangeRedisInstrumentationOptions>>()));