TraceAttributes::DESTINATION_ADDRESS
Destination address - domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.
When observed from the source side, and when communicating through an intermediary, `destination.address` SHOULD represent the destination address behind any intermediaries, for example proxies, if it's available.
@example destination.example.com @example 10.1.2.80 @example /tmp/my.sock
File
-
vendor/
open-telemetry/ sem-conv/ TraceAttributes.php, line 1254
Class
Namespace
OpenTelemetry\SemConvCode
public const DESTINATION_ADDRESS = 'destination.address';