Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Registry.php
Registry::$spanExporterFactories
Type:
spanExporterFactories
File
vendor/
open-telemetry/
sdk/
Registry.php
, line 23
Class
Registry
A registry to enable central registration of components that the SDK requires but which may be provided by non-SDK modules, such as contrib and extension. @todo [breaking] deprecate this mechanism of setting up components, in favor of using SPI.
Namespace
OpenTelemetry\SDK
Code
private static array $spanExporterFactories = [];
RSS feed