File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
src/Instrumentation/AwsSdk Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1111use OpenTelemetry \API \Trace \SpanKind ;
1212use OpenTelemetry \API \Trace \TracerInterface ;
1313use OpenTelemetry \API \Trace \TracerProviderInterface ;
14+ use OpenTelemetry \API \Trace \SpanInterface ;
15+ use OpenTelemetry \Context \ScopeInterface ;
1416
1517use OpenTelemetry \Context \Context ;
1618use OpenTelemetry \Context \Propagation \TextMapPropagatorInterface ;
@@ -28,6 +30,11 @@ class AwsSdkInstrumentation implements InstrumentationInterface
2830 private TextMapPropagatorInterface $ propagator ;
2931 private TracerProviderInterface $ tracerProvider ;
3032 private $ clients = [] ;
33+ private String $ clientName ;
34+ private String $ region ;
35+ private SpanInterface $ span ;
36+ private ScopeInterface $ scope ;
37+
3138
3239 public function getName (): string
3340 {
You can’t perform that action at this time.
0 commit comments