From 884fd92f1320d17daebb772297da03fb2cfa59b8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 1 Oct 2024 16:00:34 +0300 Subject: drop opentelemetry --- .../sdk/Metrics/AggregationInterface.php | 57 ---------------------- 1 file changed, 57 deletions(-) delete mode 100644 vendor/open-telemetry/sdk/Metrics/AggregationInterface.php (limited to 'vendor/open-telemetry/sdk/Metrics/AggregationInterface.php') diff --git a/vendor/open-telemetry/sdk/Metrics/AggregationInterface.php b/vendor/open-telemetry/sdk/Metrics/AggregationInterface.php deleted file mode 100644 index 0a85207e0..000000000 --- a/vendor/open-telemetry/sdk/Metrics/AggregationInterface.php +++ /dev/null @@ -1,57 +0,0 @@ - $attributes - * @psalm-param array $summaries - * @param array> $exemplars - * @param string|Temporality $temporality - */ - public function toData( - array $attributes, - array $summaries, - array $exemplars, - int $startTimestamp, - int $timestamp, - $temporality - ): DataInterface; -} -- cgit v1.2.3-54-g00ecf