5 references to AttributeDbStatement
Aspire.StackExchange.Redis (5)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Implementation\RedisProfilerEntryToActivityConverter.cs (4)
121
activity.SetTag(SemanticConventions.
AttributeDbStatement
, commandAndKey + " " + script);
125
activity.SetTag(SemanticConventions.
AttributeDbStatement
, commandAndKey);
130
activity.SetTag(SemanticConventions.
AttributeDbStatement
, command.Command);
136
activity.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.