interface LinkInterface
Hierarchy
- interface \OpenTelemetry\SDK\Trace\LinkInterface
Expanded class hierarchy of LinkInterface
All classes that implement LinkInterface
1 file declares its use of LinkInterface
- FriendlySpanConverter.php in vendor/
open-telemetry/ sdk/ Trace/ SpanExporter/ FriendlySpanConverter.php
File
-
vendor/
open-telemetry/ sdk/ Trace/ LinkInterface.php, line 10
Namespace
OpenTelemetry\SDK\TraceView source
interface LinkInterface {
public function getSpanContext() : SpanContextInterface;
public function getAttributes() : AttributesInterface;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
LinkInterface::getAttributes | public | function | 1 | |
LinkInterface::getSpanContext | public | function | 1 |