From 884fd92f1320d17daebb772297da03fb2cfa59b8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 1 Oct 2024 16:00:34 +0300 Subject: drop opentelemetry --- .../api/Metrics/HistogramInterface.php | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 vendor/open-telemetry/api/Metrics/HistogramInterface.php (limited to 'vendor/open-telemetry/api/Metrics/HistogramInterface.php') diff --git a/vendor/open-telemetry/api/Metrics/HistogramInterface.php b/vendor/open-telemetry/api/Metrics/HistogramInterface.php deleted file mode 100644 index 22ddd1f3c..000000000 --- a/vendor/open-telemetry/api/Metrics/HistogramInterface.php +++ /dev/null @@ -1,21 +0,0 @@ - $attributes - * attributes of the data point - * @param ContextInterface|false|null $context execution context - * - * @see https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/api.md#record - */ - public function record($amount, iterable $attributes = [], $context = null): void; -} -- cgit v1.2.3-54-g00ecf