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

Breadcrumb

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

function InstrumentationTrait::getSchemaUrl

The version of the instrumenting/instrumented library/package/project. If unknown simply return NULL.

See also

https://github.com/open-telemetry/opentelemetry-specification/blob/v1.1…

https://github.com/open-telemetry/opentelemetry-specification/blob/v1.1…

1 call to InstrumentationTrait::getSchemaUrl()
InstrumentationTrait::setTracerProvider in vendor/open-telemetry/api/Instrumentation/InstrumentationTrait.php

File

vendor/open-telemetry/api/Instrumentation/InstrumentationTrait.php, line 98

Class

InstrumentationTrait
This trait in conjunction with the InstrumentationInterface is meant as a base for instrumentations for the OpenTelemetry API. Instrumentations need to implement the abstract methods of this trait (besides any instrumentation specific code)

Namespace

OpenTelemetry\API\Instrumentation

Code

public abstract function getSchemaUrl() : ?string;

API Navigation

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