InstrumentationScopeInterface.php
Namespace
OpenTelemetry\SDK\Common\InstrumentationFile
-
vendor/
open-telemetry/ sdk/ Common/ Instrumentation/ InstrumentationScopeInterface.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\SDK\Common\Instrumentation;
use OpenTelemetry\SDK\Common\Attribute\AttributesInterface;
interface InstrumentationScopeInterface {
public function getName() : string;
public function getVersion() : ?string;
public function getSchemaUrl() : ?string;
public function getAttributes() : AttributesInterface;
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
InstrumentationScopeInterface |