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

Breadcrumb

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

TraceAttributes::CLIENT_ADDRESS

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

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

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

File

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

Class

TraceAttributes

Namespace

OpenTelemetry\SemConv

Code

public const CLIENT_ADDRESS = 'client.address';

API Navigation

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