2 references to AttributeServerPort
Aspire.StackExchange.Redis (2)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Implementation\RedisProfilerEntryToActivityConverter.cs (2)
197
activity.SetTag(SemanticConventions.
AttributeServerPort
, ipEndPoint.Port);
204
activity.SetTag(SemanticConventions.
AttributeServerPort
, dnsEndPoint.Port);