18 references to SemanticConventions
Aspire.StackExchange.Redis (18)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Implementation\RedisProfilerEntryToActivityConverter.cs (12)
169activity.SetTag(SemanticConventions.AttributeDbStatement, statement); 186activity.SetTag(SemanticConventions.AttributeDbOperationName, command.Command); 187activity.SetTag(SemanticConventions.AttributeDbNamespace, command.Db.ToString(CultureInfo.InvariantCulture)); 188activity.SetTag(SemanticConventions.AttributeDbQueryText, queryText); 196activity.SetTag(SemanticConventions.AttributeServerAddress, address); 197activity.SetTag(SemanticConventions.AttributeServerPort, ipEndPoint.Port); 198activity.SetTag(SemanticConventions.AttributeNetworkPeerAddress, address); 199activity.SetTag(SemanticConventions.AttributeNetworkPeerPort, ipEndPoint.Port); 203activity.SetTag(SemanticConventions.AttributeServerAddress, dnsEndPoint.Host); 204activity.SetTag(SemanticConventions.AttributeServerPort, dnsEndPoint.Port); 210activity.SetTag(SemanticConventions.AttributeServerAddress, address); 211activity.SetTag(SemanticConventions.AttributeNetworkPeerAddress, address);
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (4)
34new(SemanticConventions.AttributeDbSystem, "redis") 39new(SemanticConventions.AttributeDbSystemName, "redis") 44new(SemanticConventions.AttributeDbSystem, "redis"), 45new(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: