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

Breadcrumb

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

TraceAttributes::SOURCE_ADDRESS

Source address - domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.

When observed from the destination side, and when communicating through an intermediary, `source.address` SHOULD represent the source address behind any intermediaries, for example proxies, if it's available.

@example source.example.com @example 10.1.2.80 @example /tmp/my.sock

File

vendor/open-telemetry/sem-conv/TraceAttributes.php, line 3653

Class

TraceAttributes

Namespace

OpenTelemetry\SemConv

Code

public const SOURCE_ADDRESS = 'source.address';

API Navigation

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