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