Skip to content

Commit 2866038

Browse files
committed
test
1 parent 0961f4b commit 2866038

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
"aws.local.environment": "generic:default",
1212
"aws.local.operation": "GET /aws-sdk-call",
1313
"aws.span.kind": "LOCAL_ROOT",
14-
"http.url": "^{{endpoint}}/aws-sdk-call\\?ip=(([0-9]{1,3}.){3}[0-9]{1,3})&testingId={{testingId}}$",
14+
"url.scheme": "^http$",
15+
"server.address": "^localhost$",
16+
"url.path": "^/aws-sdk-call$",
17+
"url.query": "^ip=(([0-9]{1,3}.){3}[0-9]{1,3})&testingId={{testingId}}$",
1518
"http.route": "/aws-sdk-call",
1619
"http.method": "GET",
1720
"PlatformType": "Generic"

0 commit comments

Comments
 (0)