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