Skip to content

Commit 7acb78d

Browse files
committed
Revert "Reapply "test amend""
This reverts commit 5d8a910.
1 parent 5d8a910 commit 7acb78d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

validator/src/main/resources/expected-data-template/java/ec2/adot-sigv4/outgoing-http-call-log.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"aws.span.kind": "LOCAL_ROOT",
1414
"url.scheme": "^http$",
1515
"url.path": "^/outgoing-http-call$",
16-
"server.address": "^localhost$",
16+
"server.address": "^{{endpoint:(?<=\/\/).*?(?=:)}}$",
1717
"http.route": "/outgoing-http-call",
1818
"http.request.method": "GET",
1919
"PlatformType": "Generic"

validator/src/main/resources/expected-data-template/java/ec2/adot-sigv4/remote-service-trace.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"url.path": "^/remote-service$",
2525
"server.address": "^localhost$",
2626
"server.port": "^8080$",
27+
"server.address": "^{{endpoint:(?<=\/\/).*?(?=:)}}$",
2728
"http.request.method": "^GET$",
2829
"http.route": "^/remote-service$",
2930
"service.name": "^{{serviceName}}$",

0 commit comments

Comments
 (0)