1 instantiation of StackExchangeRedisInstrumentation
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\TracerProviderBuilderExtensions.cs (1)
220
sp => new
StackExchangeRedisInstrumentation
(
8 references to StackExchangeRedisInstrumentation
Aspire.StackExchange.Redis (8)
AspireRedisExtensions.cs (3)
166
t.AddInstrumentation(sp => sp.GetRequiredService<
StackExchangeRedisInstrumentation
>());
192
var
instrumentation = serviceProvider.GetService<
StackExchangeRedisInstrumentation
>();
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\TracerProviderBuilderExtensions.cs (5)
157
var
instrumentation = sp.GetRequiredService<
StackExchangeRedisInstrumentation
>();
180
Action<
StackExchangeRedisInstrumentation
> configure)
195
Action<IServiceProvider,
StackExchangeRedisInstrumentation
> configure)
207
(sp, builder) => configure(sp, sp.GetRequiredService<
StackExchangeRedisInstrumentation
>()));