Skip to content

Commit 1f45f10

Browse files
committed
test
1 parent 7acb78d commit 1f45f10

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

0 commit comments

Comments
 (0)