11 references to SemanticConventions
Aspire.StackExchange.Redis (11)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Implementation\RedisProfilerEntryToActivityConverter.cs (9)
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);
143
activity.SetTag(
SemanticConventions
.AttributeNetPeerIp, ipEndPoint.Address.ToString());
144
activity.SetTag(
SemanticConventions
.AttributeNetPeerPort, ipEndPoint.Port);
148
activity.SetTag(
SemanticConventions
.AttributeNetPeerName, dnsEndPoint.Host);
149
activity.SetTag(
SemanticConventions
.AttributeNetPeerPort, dnsEndPoint.Port);
153
activity.SetTag(
SemanticConventions
.AttributePeerService, command.EndPoint.ToString());
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (1)
27
new KeyValuePair<string, object?>(
SemanticConventions
.AttributeDbSystem, "redis"),
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.