Skip to content

Commit afe6f0a

Browse files
committed
test amend
1 parent b8f40fc commit afe6f0a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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": "^{{endpoint:(?<=\/\/).*?(?=:)}}$",
16+
"server.address": "^localhost$",
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"url.path": "^/remote-service$",
2525
"server.address": "^localhost$",
2626
"server.port": "^8080$",
27-
"server.address": "^{{endpoint:(?<=\/\/).*?(?=:)}}$",
2827
"http.request.method": "^GET$",
2928
"http.route": "^/remote-service$",
3029
"service.name": "^{{serviceName}}$",

0 commit comments

Comments
 (0)