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: awsagentprovider/src/main/java/software/amazon/opentelemetry/javaagent/providers/AwsMetricAttributeGenerator.java
Copy file name to clipboardExpand all lines: awsagentprovider/src/test/java/software/amazon/opentelemetry/javaagent/providers/AwsMetricAttributeGeneratorTest.java
+26-4Lines changed: 26 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -499,14 +499,36 @@ public void testRemoteAttributesCombinations() {
499
499
mockAttribute(NET_SOCK_PEER_ADDR, null);
500
500
mockAttribute(NET_SOCK_PEER_PORT, null);
501
501
502
-
// Validate behavior of Remote Operation from HttpTarget - with 1st api part, then remove it
502
+
// Validate behavior of Remote Operation from HttpTarget - with 1st api part. Also validates
0 commit comments