interface TracerProviderInterface
Same name in this branch
- 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\TraceView 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 |