|
2 | 2 | "name": "^{{serviceName}}$", |
3 | 3 | "http": { |
4 | 4 | "request": { |
5 | | - "url": "^{{endpoint}}/aws-sdk-call\\?ip=(([0-9]{1,3}.){3}[0-9]{1,3})&testingId={{testingId}}$", |
6 | 5 | "method": "^GET$" |
7 | 6 | } |
8 | 7 | }, |
9 | 8 | "aws": { |
10 | | - "ec2": { |
11 | | - "instance_id": "^{{instanceId}}$" |
12 | | - }, |
13 | 9 | "span.kind": "^LOCAL_ROOT$" |
14 | 10 | }, |
15 | 11 | "annotations": { |
16 | 12 | "aws.local.service": "^{{serviceName}}$", |
17 | | - "aws.local.operation": "^GET aws-sdk-call$", |
18 | | - "aws.local.environment": "^ec2:default$", |
19 | | - "span.name": "^GET aws-sdk-call$", |
| 13 | + "aws.local.operation": "^GET /aws-sdk-call$", |
| 14 | + "aws.local.environment": "^generic:default$", |
| 15 | + "span.name": "^GET /aws-sdk-call$", |
20 | 16 | "span.kind": "^SERVER$" |
21 | 17 | }, |
22 | 18 | "metadata": { |
23 | | - "http.url": "^{{endpoint}}/aws-sdk-call\\?ip=(([0-9]{1,3}.){3}[0-9]{1,3})&testingId={{testingId}}$", |
| 19 | + "url.path": "/aws-sdk-call", |
| 20 | + "url.scheme": "http", |
| 21 | + "url.query": "ip=(([0-9]{1,3}.){3}[0-9]{1,3})&testingId={{testingId}}?", |
| 22 | + "server.address": "localhost", |
24 | 23 | "http.method": "^GET$", |
25 | 24 | "http.route": "^aws-sdk-call$", |
26 | 25 | "service.name": "^{{serviceName}}$", |
27 | | - "cloud.provider": "^aws$", |
28 | | - "cloud.account.id": "^{{accountId}}$", |
29 | | - "cloud.region": "^{{region}}$", |
30 | | - "cloud.platform": "^aws_ec2$", |
31 | | - "PlatformType": "^AWS::EC2$" |
| 26 | + "PlatformType": "^Generic$" |
32 | 27 | }, |
33 | 28 | "subsegments": [ |
34 | 29 | { |
35 | 30 | "name": "^S3$", |
36 | 31 | "aws": { |
37 | 32 | "bucket_name": "^e2e-test-bucket-name-{{testingId}}$", |
38 | | - "s3.bucket": "^e2e-test-bucket-name-{{testingId}}$", |
| 33 | + "bucket.name": "^e2e-test-bucket-name-{{testingId}}$", |
39 | 34 | "span.kind": "^CLIENT$" |
40 | 35 | }, |
41 | 36 | "annotations": { |
42 | 37 | "aws.local.service": "^{{serviceName}}$", |
43 | 38 | "aws.local.operation": "^UnmappedOperation$", |
44 | 39 | "aws.remote.service": "^AWS::S3$", |
45 | 40 | "aws.remote.operation": "^GetBucketLocation$", |
46 | | - "aws.local.environment": "^ec2:default$", |
| 41 | + "aws.local.environment": "^generic:default$", |
47 | 42 | "span.name": "^S3.GetBucketLocation$", |
48 | 43 | "span.kind": "^CLIENT$" |
49 | 44 | }, |
|
55 | 50 | "name": "^S3$", |
56 | 51 | "aws": { |
57 | 52 | "bucket_name": "^e2e-test-bucket-name-{{testingId}}$", |
58 | | - "s3.bucket": "^e2e-test-bucket-name-{{testingId}}$", |
| 53 | + "bucket.name": "^e2e-test-bucket-name-{{testingId}}$", |
59 | 54 | "span.kind": "^CLIENT$" |
60 | 55 | }, |
61 | 56 | "annotations": { |
|
0 commit comments