From 884fd92f1320d17daebb772297da03fb2cfa59b8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 1 Oct 2024 16:00:34 +0300 Subject: drop opentelemetry --- .../open-telemetry/sdk/Trace/SpanDataInterface.php | 46 ---------------------- 1 file changed, 46 deletions(-) delete mode 100644 vendor/open-telemetry/sdk/Trace/SpanDataInterface.php (limited to 'vendor/open-telemetry/sdk/Trace/SpanDataInterface.php') diff --git a/vendor/open-telemetry/sdk/Trace/SpanDataInterface.php b/vendor/open-telemetry/sdk/Trace/SpanDataInterface.php deleted file mode 100644 index 37132b9e5..000000000 --- a/vendor/open-telemetry/sdk/Trace/SpanDataInterface.php +++ /dev/null @@ -1,46 +0,0 @@ - */ - public function getEvents(): array; - - /** @return list */ - public function getLinks(): array; - - public function getEndEpochNanos(): int; - public function hasEnded(): bool; - public function getInstrumentationScope(): InstrumentationScopeInterface; - public function getResource(): ResourceInfo; - - /** @see https://github.com/open-telemetry/opentelemetry-specification/blob/v1.6.1/specification/trace/sdk_exporters/non-otlp.md#dropped-events-count */ - public function getTotalDroppedEvents(): int; - - /** @see https://github.com/open-telemetry/opentelemetry-specification/blob/v1.6.1/specification/trace/sdk_exporters/non-otlp.md#dropped-links-count */ - public function getTotalDroppedLinks(): int; -} -- cgit v1.2.3-54-g00ecf