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/UpDownCounterInterface.php | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 vendor/open-telemetry/api/Metrics/UpDownCounterInterface.php (limited to 'vendor/open-telemetry/api/Metrics/UpDownCounterInterface.php') diff --git a/vendor/open-telemetry/api/Metrics/UpDownCounterInterface.php b/vendor/open-telemetry/api/Metrics/UpDownCounterInterface.php deleted file mode 100644 index f1f808fdb..000000000 --- a/vendor/open-telemetry/api/Metrics/UpDownCounterInterface.php +++ /dev/null @@ -1,19 +0,0 @@ - $attributes - * attributes of the data point - * @param ContextInterface|false|null $context execution context - */ - public function add($amount, iterable $attributes = [], $context = null): void; -} -- cgit v1.2.3-54-g00ecf