Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. TraceAttributes.php

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

TraceAttributes

Namespace

OpenTelemetry\SemConv

Code

public const DESTINATION_ADDRESS = 'destination.address';

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal