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

Breadcrumb

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

interface TracerProviderInterface

Same name in this branch
  1. 11.1.x vendor/open-telemetry/api/Trace/TracerProviderInterface.php \OpenTelemetry\API\Trace\TracerProviderInterface

Hierarchy

  • interface \OpenTelemetry\SDK\Common\InstrumentationScope\Configurable
    • interface \OpenTelemetry\SDK\Trace\TracerProviderInterface extends \API\TracerProviderInterface \OpenTelemetry\SDK\Common\InstrumentationScope\Configurable

Expanded class hierarchy of TracerProviderInterface

All classes that implement TracerProviderInterface

1 file declares its use of TracerProviderInterface
SdkBuilder.php in vendor/open-telemetry/sdk/SdkBuilder.php

File

vendor/open-telemetry/sdk/Trace/TracerProviderInterface.php, line 11

Namespace

OpenTelemetry\SDK\Trace
View source
interface TracerProviderInterface extends API\TracerProviderInterface, Configurable {
    public function forceFlush(?CancellationInterface $cancellation = null) : bool;
    public function shutdown(?CancellationInterface $cancellation = null) : bool;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
Configurable::updateConfigurator public function 7
TracerProviderInterface::forceFlush public function 2
TracerProviderInterface::shutdown public function 2

API Navigation

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