interface InstrumentationScopeFactoryInterface
Hierarchy
- interface \OpenTelemetry\SDK\Common\Instrumentation\InstrumentationScopeFactoryInterface
Expanded class hierarchy of InstrumentationScopeFactoryInterface
All classes that implement InstrumentationScopeFactoryInterface
3 files declare their use of InstrumentationScopeFactoryInterface
- LoggerProvider.php in vendor/
open-telemetry/ sdk/ Logs/ LoggerProvider.php - MeterProvider.php in vendor/
open-telemetry/ sdk/ Metrics/ MeterProvider.php - TracerProvider.php in vendor/
open-telemetry/ sdk/ Trace/ TracerProvider.php
File
-
vendor/
open-telemetry/ sdk/ Common/ Instrumentation/ InstrumentationScopeFactoryInterface.php, line 7
Namespace
OpenTelemetry\SDK\Common\InstrumentationView source
interface InstrumentationScopeFactoryInterface {
public function create(string $name, ?string $version = null, ?string $schemaUrl = null, iterable $attributes = []) : InstrumentationScopeInterface;
}