2 references to AttributeServerPort
Aspire.Microsoft.Data.SqlClient (2)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\SqlClientTraceInstrumentationOptions.cs (2)
114/// and the port will be sent as the <see cref="SemanticConventions.AttributeServerPort"/> tag if it is not 1433 (the default port). 288sqlActivity.SetTag(SemanticConventions.AttributeServerPort, connectionDetails.Port);