1 write to EmitNewAttributes
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisInstrumentationOptions.cs (1)
28
this.
EmitNewAttributes
= databaseSemanticConvention.HasFlag(DatabaseSemanticConvention.New);
5 references to EmitNewAttributes
Aspire.StackExchange.Redis (5)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Implementation\RedisProfilerEntryToActivityConverter.cs (5)
98
options.
EmitNewAttributes
&& options.EmitOldAttributes ?
100
options.
EmitNewAttributes
?
105
options.EmitOldAttributes && options.
EmitNewAttributes
? StackExchangeRedisConnectionInstrumentation.BothCreationTags :
106
options.
EmitNewAttributes
? StackExchangeRedisConnectionInstrumentation.NewCreationTags :
173
if (options.
EmitNewAttributes
)