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