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

Breadcrumb

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

TraceAttributes::URL_ORIGINAL

Unmodified original URL as seen in the event source.

In network monitoring, the observed URL may be a full URL, whereas in access logs, the URL is often just represented as a path. This field is meant to represent the URL as it was observed, complete or not. `url.original` might contain credentials passed via URL in form of `https://username:password@www.example.com/`. In such case password and username SHOULD NOT be redacted and attribute's value SHOULD remain the same.

@example https://www.foo.bar/search?q=OpenTelemetry#SemConv @example search?q=OpenTelemetry

File

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

Class

TraceAttributes

Namespace

OpenTelemetry\SemConv

Code

public const URL_ORIGINAL = 'url.original';

API Navigation

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