5 references to AttributeDbStatement
Aspire.StackExchange.Redis (5)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Implementation\RedisProfilerEntryToActivityConverter.cs (4)
121activity.SetTag(SemanticConventions.AttributeDbStatement, commandAndKey + " " + script); 125activity.SetTag(SemanticConventions.AttributeDbStatement, commandAndKey); 130activity.SetTag(SemanticConventions.AttributeDbStatement, command.Command); 136activity.SetTag(SemanticConventions.AttributeDbStatement, command.Command);
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisInstrumentationOptions.cs (1)
21/// Gets or sets a value indicating whether or not the <see cref="StackExchangeRedisConnectionInstrumentation"/> should use reflection to get more detailed <see cref="SemanticConventions.AttributeDbStatement"/> tag values. Default value: False.