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

Breadcrumb

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

TraceAttributes::URL_EXTENSION

The file extension extracted from the `url.full`, excluding the leading dot.

The file extension is only set if it exists, as not every url has a file extension. When the file name has multiple extensions `example.tar.gz`, only the last one should be captured `gz`, not `tar.gz`.

@example png @example gz

File

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

Class

TraceAttributes

Namespace

OpenTelemetry\SemConv

Code

public const URL_EXTENSION = 'url.extension';

API Navigation

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