From 471d391e8196c24ffdb8817824185e3ec8383ce7 Mon Sep 17 00:00:00 2001 From: Brett McBride Date: Mon, 22 Jul 2024 12:18:47 +1000 Subject: [PATCH] interface --- src/SDK/Common/InstrumentationScope/Configurator.php | 2 +- .../Common/InstrumentationScope/ScopeConfigurator.php | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 src/SDK/Common/InstrumentationScope/ScopeConfigurator.php diff --git a/src/SDK/Common/InstrumentationScope/Configurator.php b/src/SDK/Common/InstrumentationScope/Configurator.php index 8f1950190..f70936a0c 100644 --- a/src/SDK/Common/InstrumentationScope/Configurator.php +++ b/src/SDK/Common/InstrumentationScope/Configurator.php @@ -6,7 +6,7 @@ use OpenTelemetry\SDK\Common\Instrumentation\InstrumentationScopeInterface; -class Configurator +class Configurator implements ScopeConfigurator { /** * @param list $conditions diff --git a/src/SDK/Common/InstrumentationScope/ScopeConfigurator.php b/src/SDK/Common/InstrumentationScope/ScopeConfigurator.php new file mode 100644 index 000000000..bc5dda957 --- /dev/null +++ b/src/SDK/Common/InstrumentationScope/ScopeConfigurator.php @@ -0,0 +1,10 @@ +