3 references to AttributeServerAddress
Aspire.StackExchange.Redis (3)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Implementation\RedisProfilerEntryToActivityConverter.cs (3)
196
activity.SetTag(SemanticConventions.
AttributeServerAddress
, address);
203
activity.SetTag(SemanticConventions.
AttributeServerAddress
, dnsEndPoint.Host);
210
activity.SetTag(SemanticConventions.
AttributeServerAddress
, address);