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: instrumentation/aws-sdk/aws-sdk-1.11/library/src/main/java/io/opentelemetry/instrumentation/awssdk/v1_11/RequestAccess.java
Copy file name to clipboardExpand all lines: instrumentation/aws-sdk/aws-sdk-1.11/library/src/main/java/io/opentelemetry/instrumentation/awssdk/v1_11/SnsAttributesExtractor.java
Copy file name to clipboardExpand all lines: instrumentation/aws-sdk/aws-sdk-1.11/testing/src/main/groovy/io/opentelemetry/instrumentation/awssdk/v1_11/AbstractAws1ClientTest.groovy
+10
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,16 @@ abstract class AbstractAws1ClientTest extends InstrumentationSpecification {
Copy file name to clipboardExpand all lines: instrumentation/aws-sdk/aws-sdk-2.2/library/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/AwsSdkRequestType.java
Copy file name to clipboardExpand all lines: instrumentation/aws-sdk/aws-sdk-2.2/testing/src/main/groovy/io/opentelemetry/instrumentation/awssdk/v2_2/AbstractAws2ClientTest.groovy
+38-28
Original file line number
Diff line number
Diff line change
@@ -86,10 +86,10 @@ abstract class AbstractAws2ClientTest extends AbstractAws2ClientCoreTest {
86
86
setup:
87
87
configureSdkClient(builder)
88
88
def client = builder
89
-
.endpointOverride(clientUri)
90
-
.region(Region.AP_NORTHEAST_1)
91
-
.credentialsProvider(CREDENTIALS_PROVIDER)
92
-
.build()
89
+
.endpointOverride(clientUri)
90
+
.region(Region.AP_NORTHEAST_1)
91
+
.credentialsProvider(CREDENTIALS_PROVIDER)
92
+
.build()
93
93
94
94
if (body instanceofClosure) {
95
95
server.enqueue(body.call())
@@ -170,6 +170,16 @@ abstract class AbstractAws2ClientTest extends AbstractAws2ClientCoreTest {
0 commit comments