4 references to ActivitySource
Aspire.StackExchange.Redis (4)
AspireRedisExtensions.cs (1)
162
t.AddSource(StackExchangeRedisConnectionInstrumentation.
ActivitySource
.Name);
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Implementation\RedisProfilerEntryToActivityConverter.cs (1)
102
StackExchangeRedisConnectionInstrumentation.
ActivitySource
;
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (1)
30
internal static readonly string ActivityName = $"{
ActivitySource
.Name}.Execute";
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\TracerProviderBuilderExtensions.cs (1)
154
.AddSource(StackExchangeRedisConnectionInstrumentation.
ActivitySource
.Name)