diff options
Diffstat (limited to 'vendor/open-telemetry/sdk/Metrics/MetricRegistrationInterface.php')
| -rw-r--r-- | vendor/open-telemetry/sdk/Metrics/MetricRegistrationInterface.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/open-telemetry/sdk/Metrics/MetricRegistrationInterface.php b/vendor/open-telemetry/sdk/Metrics/MetricRegistrationInterface.php deleted file mode 100644 index b0cc2484e..000000000 --- a/vendor/open-telemetry/sdk/Metrics/MetricRegistrationInterface.php +++ /dev/null @@ -1,13 +0,0 @@ -<?php - -declare(strict_types=1); - -namespace OpenTelemetry\SDK\Metrics; - -/** - * @internal - */ -interface MetricRegistrationInterface -{ - public function register(MetricSourceProviderInterface $provider, MetricMetadataInterface $metadata): void; -} |