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/SamplerInterface.php | 46 ---------------------- 1 file changed, 46 deletions(-) delete mode 100644 vendor/open-telemetry/sdk/Trace/SamplerInterface.php (limited to 'vendor/open-telemetry/sdk/Trace/SamplerInterface.php') diff --git a/vendor/open-telemetry/sdk/Trace/SamplerInterface.php b/vendor/open-telemetry/sdk/Trace/SamplerInterface.php deleted file mode 100644 index de1147fa6..000000000 --- a/vendor/open-telemetry/sdk/Trace/SamplerInterface.php +++ /dev/null @@ -1,46 +0,0 @@ - $links Collection of links that will be associated with the Span to be created. - * Typically, useful for batch operations. - * @see https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/overview.md#links-between-spans - * @return SamplingResult - */ - public function shouldSample( - ContextInterface $parentContext, - string $traceId, - string $spanName, - int $spanKind, - AttributesInterface $attributes, - array $links - ): SamplingResult; - - /** - * Returns the sampler name or short description with the configuration. - * This may be displayed on debug pages or in the logs. - * Example: "TraceIdRatioBasedSampler{0.000100}" - */ - public function getDescription(): string; -} -- cgit v1.2.3-54-g00ecf