interface InstrumentationScopeInterface
Hierarchy
- interface \OpenTelemetry\SDK\Common\Instrumentation\InstrumentationScopeInterface
Expanded class hierarchy of InstrumentationScopeInterface
All classes that implement InstrumentationScopeInterface
28 files declare their use of InstrumentationScopeInterface
- AllCriteria.php in vendor/
open-telemetry/ sdk/ Metrics/ View/ SelectionCriteria/ AllCriteria.php - Configurator.php in vendor/
open-telemetry/ sdk/ Common/ InstrumentationScope/ Configurator.php - ConfiguratorClosure.php in vendor/
open-telemetry/ sdk/ Common/ InstrumentationScope/ ConfiguratorClosure.php - ConsoleExporter.php in vendor/
open-telemetry/ sdk/ Logs/ Exporter/ ConsoleExporter.php - ConsoleMetricExporter.php in vendor/
open-telemetry/ sdk/ Metrics/ MetricExporter/ ConsoleMetricExporter.php
File
-
vendor/
open-telemetry/ sdk/ Common/ Instrumentation/ InstrumentationScopeInterface.php, line 9
Namespace
OpenTelemetry\SDK\Common\InstrumentationView source
interface InstrumentationScopeInterface {
public function getName() : string;
public function getVersion() : ?string;
public function getSchemaUrl() : ?string;
public function getAttributes() : AttributesInterface;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
InstrumentationScopeInterface::getAttributes | public | function | 1 | |
InstrumentationScopeInterface::getName | public | function | 1 | |
InstrumentationScopeInterface::getSchemaUrl | public | function | 1 | |
InstrumentationScopeInterface::getVersion | public | function | 1 |