File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/Instrumentation/AwsSdk Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 88use Aws \ResultInterface ;
99use OpenTelemetry \API \Common \Instrumentation \InstrumentationInterface ;
1010use OpenTelemetry \API \Common \Instrumentation \InstrumentationTrait ;
11+ use OpenTelemetry \API \Trace \SpanInterface ;
1112use OpenTelemetry \API \Trace \SpanKind ;
1213use OpenTelemetry \API \Trace \TracerInterface ;
1314use OpenTelemetry \API \Trace \TracerProviderInterface ;
14- use OpenTelemetry \API \Trace \SpanInterface ;
15- use OpenTelemetry \Context \ScopeInterface ;
16-
1715use OpenTelemetry \Context \Context ;
16+
1817use OpenTelemetry \Context \Propagation \TextMapPropagatorInterface ;
18+ use OpenTelemetry \Context \ScopeInterface ;
1919
2020/**
2121 * @experimental
@@ -35,7 +35,6 @@ class AwsSdkInstrumentation implements InstrumentationInterface
3535 private SpanInterface $ span ;
3636 private ScopeInterface $ scope ;
3737
38-
3938 public function getName (): string
4039 {
4140 return self ::NAME ;
You can’t perform that action at this time.
0 commit comments