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/api/Metrics/CounterInterface.php | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 vendor/open-telemetry/api/Metrics/CounterInterface.php (limited to 'vendor/open-telemetry/api/Metrics/CounterInterface.php') diff --git a/vendor/open-telemetry/api/Metrics/CounterInterface.php b/vendor/open-telemetry/api/Metrics/CounterInterface.php deleted file mode 100644 index f0da706e1..000000000 --- a/vendor/open-telemetry/api/Metrics/CounterInterface.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#add - */ - public function add($amount, iterable $attributes = [], $context = null): void; -} -- cgit v1.2.3-54-g00ecf