Skip to content

Commit 2c28831

Browse files
committed
test
1 parent d48d8b2 commit 2c28831

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

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

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,14 @@
11
[{
22
"name": "^{{serviceName}}$",
3-
"aws": {
4-
"ec2": {
5-
"instance_id": "^{{instanceId}}$"
6-
}
7-
},
83
"annotations": {
94
"aws.local.service": "^{{serviceName}}$",
105
"aws.local.operation": "^InternalOperation$",
11-
"aws.local.environment": "^ec2:default$",
6+
"aws.local.environment": "^generic:default$",
127
"span.name": "^InternalOperation$",
138
"span.kind": "^SERVER$"
149
},
1510
"metadata": {
1611
"service.name": "^{{serviceName}}$",
17-
"cloud.provider": "^aws$",
18-
"cloud.account.id": "^{{accountId}}$",
19-
"cloud.region": "^{{region}}$",
20-
"cloud.platform": "^aws_ec2$"
2112
},
2213
"subsegments": [
2314
{
@@ -39,18 +30,14 @@
3930
"aws.local.operation": "^InternalOperation$",
4031
"aws.remote.service": "^local-root-client-call$",
4132
"aws.remote.operation": "GET /",
42-
"aws.local.environment": "^ec2:default$",
33+
"aws.local.environment": "^generic:default$",
4334
"span.name": "^GET$",
4435
"span.kind": "^CLIENT$"
4536
},
4637
"metadata": {
4738
"service.name": "^{{serviceName}}$",
48-
"http.url": "^http://local-root-client-call/$",
49-
"http.method": "^GET$",
50-
"cloud.provider": "^aws$",
51-
"cloud.account.id": "^{{accountId}}$",
52-
"cloud.region": "^{{region}}$",
53-
"cloud.platform": "^aws_ec2$"
39+
"url.full": "^http://local-root-client-call/$",
40+
"http.request.method": "^GET$",
5441
},
5542
"namespace": "^remote$"
5643
}

0 commit comments

Comments
 (0)