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