You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: brave-instrumentation/aws-java-sdk-core/src/main/java/brave/instrumentation/aws/TracingRequestHandler.java
+18-22Lines changed: 18 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,9 @@
37
37
*
38
38
* This implementation creates 2 types of spans to allow for better error visibility.
39
39
*
40
-
* The outer span, "Application Span", wraps the whole SDK operation. This span uses the AWS service
41
-
* as it's name and will NOT have a remoteService configuration, making it a local span. If the
42
-
* entire operation results in an error then this span will have an error tag with the cause.
40
+
* The outer span, "Application Span", wraps the whole SDK operation. This span uses aws-sdk as it's
41
+
* name and will NOT have a remoteService configuration, making it a local span. If the entire
42
+
* operation results in an error then this span will have an error tag with the cause.
43
43
*
44
44
* The inner span, "Client Span", is created for each outgoing HTTP request. This span will be of
45
45
* type CLIENT. The remoteService will be the name of the AWS service, and the span name will be the
0 commit comments