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