1 instantiation of StackExchangeRedisInstrumentation
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\TracerProviderBuilderExtensions.cs (1)
181
sp => new
StackExchangeRedisInstrumentation
(
8 references to StackExchangeRedisInstrumentation
Aspire.StackExchange.Redis (8)
AspireRedisExtensions.cs (3)
123
t.AddInstrumentation(sp => sp.GetRequiredService<
StackExchangeRedisInstrumentation
>());
147
var
instrumentation = serviceProvider.GetService<
StackExchangeRedisInstrumentation
>();
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\TracerProviderBuilderExtensions.cs (5)
120
var
instrumentation = sp.GetRequiredService<
StackExchangeRedisInstrumentation
>();
141
Action<
StackExchangeRedisInstrumentation
> configure)
156
Action<IServiceProvider,
StackExchangeRedisInstrumentation
> configure)
168
(sp, builder) => configure(sp, sp.GetRequiredService<
StackExchangeRedisInstrumentation
>()));