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