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

Breadcrumb

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

TraceAttributes::DNS_QUESTION_NAME

The name being queried.

If the name field contains non-printable characters (below 32 or above 126), those characters should be represented as escaped base 10 integers (\DDD). Back slashes and quotes should be escaped. Tabs, carriage returns, and line feeds should be converted to \t, \r, and \n respectively.

@example www.example.com @example opentelemetry.io

File

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

Class

TraceAttributes

Namespace

OpenTelemetry\SemConv

Code

public const DNS_QUESTION_NAME = 'dns.question.name';

API Navigation

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