18 references to SemanticConventions
Aspire.StackExchange.Redis (18)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Implementation\RedisProfilerEntryToActivityConverter.cs (12)
169
activity.SetTag(
SemanticConventions
.AttributeDbStatement, statement);
186
activity.SetTag(
SemanticConventions
.AttributeDbOperationName, command.Command);
187
activity.SetTag(
SemanticConventions
.AttributeDbNamespace, command.Db.ToString(CultureInfo.InvariantCulture));
188
activity.SetTag(
SemanticConventions
.AttributeDbQueryText, queryText);
196
activity.SetTag(
SemanticConventions
.AttributeServerAddress, address);
197
activity.SetTag(
SemanticConventions
.AttributeServerPort, ipEndPoint.Port);
198
activity.SetTag(
SemanticConventions
.AttributeNetworkPeerAddress, address);
199
activity.SetTag(
SemanticConventions
.AttributeNetworkPeerPort, ipEndPoint.Port);
203
activity.SetTag(
SemanticConventions
.AttributeServerAddress, dnsEndPoint.Host);
204
activity.SetTag(
SemanticConventions
.AttributeServerPort, dnsEndPoint.Port);
210
activity.SetTag(
SemanticConventions
.AttributeServerAddress, address);
211
activity.SetTag(
SemanticConventions
.AttributeNetworkPeerAddress, address);
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (4)
34
new(
SemanticConventions
.AttributeDbSystem, "redis")
39
new(
SemanticConventions
.AttributeDbSystemName, "redis")
44
new(
SemanticConventions
.AttributeDbSystem, "redis"),
45
new(
SemanticConventions
.AttributeDbSystemName, "redis"),
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisInstrumentationOptions.cs (2)
38
/// <see cref="
SemanticConventions
.AttributeDbStatement"/> and <see cref="
SemanticConventions
.AttributeDbQueryText"/> tag values. Default value: