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

Breadcrumb

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

TraceAttributes::HTTP_ROUTE

The matched route, that is, the path template in the format used by the respective server framework.

MUST NOT be populated when this is not supported by the HTTP server framework as the route attribute should have low-cardinality and the URI path can NOT substitute it. SHOULD include the application root if there is one.

@example /users/:userID? @example {controller}/{action}/{id?}

File

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

Class

TraceAttributes

Namespace

OpenTelemetry\SemConv

Code

public const HTTP_ROUTE = 'http.route';

API Navigation

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