InstrumentationScopeFactoryInterface.php
Namespace
OpenTelemetry\SDK\Common\InstrumentationFile
-
vendor/
open-telemetry/ sdk/ Common/ Instrumentation/ InstrumentationScopeFactoryInterface.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\SDK\Common\Instrumentation;
interface InstrumentationScopeFactoryInterface {
public function create(string $name, ?string $version = null, ?string $schemaUrl = null, iterable $attributes = []) : InstrumentationScopeInterface;
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
InstrumentationScopeFactoryInterface |