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

Breadcrumb

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

TraceAttributes::NETWORK_TRANSPORT

OSI transport layer or inter-process communication method.

The value SHOULD be normalized to lowercase.Consider always setting the transport when setting a port number, since a port number is ambiguous without knowing the transport. For example different processes could be listening on TCP port 12345 and UDP port 12345.

@example tcp @example unix

File

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

Class

TraceAttributes

Namespace

OpenTelemetry\SemConv

Code

public const NETWORK_TRANSPORT = 'network.transport';

API Navigation

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