1 instantiation of StackExchangeRedisInstrumentationOptions
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (1)
70this.options = options ?? new StackExchangeRedisInstrumentationOptions();
16 references to StackExchangeRedisInstrumentationOptions
Aspire.StackExchange.Redis (13)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Implementation\RedisProfilerEntryToActivityConverter.cs (2)
77public static Activity? ProfilerCommandToActivity(Activity? parentActivity, IProfiledCommand command, StackExchangeRedisInstrumentationOptions options) 239public static void DrainSession(Activity? parentActivity, IEnumerable<IProfiledCommand> sessionCommands, StackExchangeRedisInstrumentationOptions options)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (2)
51private readonly StackExchangeRedisInstrumentationOptions options; 66StackExchangeRedisInstrumentationOptions 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\StackExchangeRedisInstrumentationOptions.cs (1)
17/// Initializes a new instance of the <see cref="StackExchangeRedisInstrumentationOptions"/> class.
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\TracerProviderBuilderExtensions.cs (5)
73Action<StackExchangeRedisInstrumentationOptions> configure) 93Action<StackExchangeRedisInstrumentationOptions> configure) 110Action<StackExchangeRedisInstrumentationOptions> configure) 137Action<StackExchangeRedisInstrumentationOptions>? configure) 221sp.GetRequiredService<IOptionsMonitor<StackExchangeRedisInstrumentationOptions>>()));
Aspire.StackExchange.Redis.DistributedCaching.Tests (1)
DistributedCacheConformanceTests.cs (1)
56builder.Services.Configure<StackExchangeRedisInstrumentationOptions>(options => options.FlushInterval = TimeSpan.Zero);
Aspire.StackExchange.Redis.OutputCaching.Tests (1)
OutputCacheConformanceTests.cs (1)
56builder.Services.Configure<StackExchangeRedisInstrumentationOptions>(options => options.FlushInterval = TimeSpan.Zero);
Aspire.StackExchange.Redis.Tests (1)
AspireRedisExtensionsTests.cs (1)
277builder.Services.Configure<StackExchangeRedisInstrumentationOptions>(options => options.FlushInterval = TimeSpan.Zero);