1 write to EmitOldAttributes
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisInstrumentationOptions.cs (1)
27
this.
EmitOldAttributes
= databaseSemanticConvention.HasFlag(DatabaseSemanticConvention.Old);
4 references to EmitOldAttributes
Aspire.StackExchange.Redis (4)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Implementation\RedisProfilerEntryToActivityConverter.cs (4)
98
options.EmitNewAttributes && options.
EmitOldAttributes
?
105
options.
EmitOldAttributes
&& options.EmitNewAttributes ? StackExchangeRedisConnectionInstrumentation.BothCreationTags :
107
options.
EmitOldAttributes
? StackExchangeRedisConnectionInstrumentation.OldCreationTags :
146
if (options.
EmitOldAttributes
)