File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Instrumentation/Laravel/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55namespace OpenTelemetry \Contrib \Instrumentation \Laravel ;
66
77use Nevay \SPI \ServiceLoader ;
8- use OpenTelemetry \API \Instrumentation \ AutoInstrumentation \ ConfigurationRegistry ;
8+ use OpenTelemetry \API \Configuration \ ConfigProperties ;
99use OpenTelemetry \API \Instrumentation \AutoInstrumentation \Context ;
1010use OpenTelemetry \API \Instrumentation \AutoInstrumentation \HookManagerInterface ;
1111use OpenTelemetry \API \Instrumentation \AutoInstrumentation \Instrumentation ;
@@ -17,7 +17,7 @@ class LaravelInstrumentation implements Instrumentation
1717{
1818 public const INSTRUMENTATION_NAME = 'io.opentelemetry.contrib.php.laravel ' ;
1919
20- public function register (HookManagerInterface $ hookManager , ConfigurationRegistry $ configuration , Context $ context ): void
20+ public function register (HookManagerInterface $ hookManager , ConfigProperties $ configuration , Context $ context ): void
2121 {
2222 $ config = $ configuration ->get (LaravelConfiguration::class) ?? LaravelConfiguration::default ();
2323
You can’t perform that action at this time.
0 commit comments