-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
319 additions
and
0 deletions.
There are no files selected for viewing
167 changes: 167 additions & 0 deletions
167
tracer/test/snapshots/AwsS3Tests.NetCore.SchemaV0.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,167 @@ | ||
[ | ||
{ | ||
TraceId: Id_1, | ||
SpanId: Id_2, | ||
Name: async-methods, | ||
Resource: async-methods, | ||
Service: Samples.AWS.S3, | ||
Tags: { | ||
env: integration_tests, | ||
language: dotnet, | ||
runtime-id: Guid_1 | ||
}, | ||
Metrics: { | ||
process_id: 0, | ||
_dd.top_level: 1.0, | ||
_dd.tracer_kr: 1.0, | ||
_sampling_priority_v1: 1.0 | ||
} | ||
}, | ||
{ | ||
TraceId: Id_1, | ||
SpanId: Id_3, | ||
Name: s3.request, | ||
Resource: S3.PutBucket, | ||
Service: Samples.AWS.S3-aws-s3, | ||
Type: http, | ||
ParentId: Id_2, | ||
Tags: { | ||
aws.agent: dotnet-aws-sdk, | ||
aws.operation: PutBucket, | ||
aws.requestId: Guid_2, | ||
aws.service: S3, | ||
aws_service: S3, | ||
bucketname: my-bucket, | ||
component: aws-sdk, | ||
env: integration_tests, | ||
http.method: PUT, | ||
http.status_code: 200, | ||
http.url: http://localhost:00000/my-bucket, | ||
language: dotnet, | ||
runtime-id: Guid_1, | ||
span.kind: client, | ||
_dd.base_service: Samples.AWS.S3 | ||
}, | ||
Metrics: { | ||
_dd.top_level: 1.0 | ||
} | ||
}, | ||
{ | ||
TraceId: Id_1, | ||
SpanId: Id_4, | ||
Name: s3.request, | ||
Resource: S3.PutObject, | ||
Service: Samples.AWS.S3-aws-s3, | ||
Type: http, | ||
ParentId: Id_2, | ||
Tags: { | ||
aws.agent: dotnet-aws-sdk, | ||
aws.operation: PutObject, | ||
aws.requestId: Guid_3, | ||
aws.service: S3, | ||
aws_service: S3, | ||
bucketname: my-bucket, | ||
component: aws-sdk, | ||
env: integration_tests, | ||
http.method: PUT, | ||
http.status_code: 200, | ||
http.url: http://localhost:00000/my-bucket/sample.txt, | ||
language: dotnet, | ||
objectkey: sample.txt, | ||
runtime-id: Guid_1, | ||
span.kind: client, | ||
_dd.base_service: Samples.AWS.S3 | ||
}, | ||
Metrics: { | ||
_dd.top_level: 1.0 | ||
} | ||
}, | ||
{ | ||
TraceId: Id_1, | ||
SpanId: Id_5, | ||
Name: s3.request, | ||
Resource: S3.ListObjectsV2, | ||
Service: Samples.AWS.S3-aws-s3, | ||
Type: http, | ||
ParentId: Id_2, | ||
Tags: { | ||
aws.agent: dotnet-aws-sdk, | ||
aws.operation: ListObjectsV2, | ||
aws.requestId: Guid_4, | ||
aws.service: S3, | ||
aws_service: S3, | ||
bucketname: my-bucket, | ||
component: aws-sdk, | ||
env: integration_tests, | ||
http.method: GET, | ||
http.status_code: 200, | ||
http.url: http://localhost:00000/my-bucket, | ||
language: dotnet, | ||
runtime-id: Guid_1, | ||
span.kind: client, | ||
_dd.base_service: Samples.AWS.S3 | ||
}, | ||
Metrics: { | ||
_dd.top_level: 1.0 | ||
} | ||
}, | ||
{ | ||
TraceId: Id_1, | ||
SpanId: Id_6, | ||
Name: s3.request, | ||
Resource: S3.DeleteObject, | ||
Service: Samples.AWS.S3-aws-s3, | ||
Type: http, | ||
ParentId: Id_2, | ||
Tags: { | ||
aws.agent: dotnet-aws-sdk, | ||
aws.operation: DeleteObject, | ||
aws.requestId: Guid_5, | ||
aws.service: S3, | ||
aws_service: S3, | ||
bucketname: my-bucket, | ||
component: aws-sdk, | ||
env: integration_tests, | ||
http.method: DELETE, | ||
http.status_code: 204, | ||
http.url: http://localhost:00000/my-bucket/sample.txt, | ||
language: dotnet, | ||
objectkey: sample.txt, | ||
runtime-id: Guid_1, | ||
span.kind: client, | ||
_dd.base_service: Samples.AWS.S3 | ||
}, | ||
Metrics: { | ||
_dd.top_level: 1.0 | ||
} | ||
}, | ||
{ | ||
TraceId: Id_1, | ||
SpanId: Id_7, | ||
Name: s3.request, | ||
Resource: S3.DeleteBucket, | ||
Service: Samples.AWS.S3-aws-s3, | ||
Type: http, | ||
ParentId: Id_2, | ||
Tags: { | ||
aws.agent: dotnet-aws-sdk, | ||
aws.operation: DeleteBucket, | ||
aws.requestId: Guid_6, | ||
aws.service: S3, | ||
aws_service: S3, | ||
bucketname: my-bucket, | ||
component: aws-sdk, | ||
env: integration_tests, | ||
http.method: DELETE, | ||
http.status_code: 204, | ||
http.url: http://localhost:00000/my-bucket, | ||
language: dotnet, | ||
runtime-id: Guid_1, | ||
span.kind: client, | ||
_dd.base_service: Samples.AWS.S3 | ||
}, | ||
Metrics: { | ||
_dd.top_level: 1.0 | ||
} | ||
} | ||
] |
152 changes: 152 additions & 0 deletions
152
tracer/test/snapshots/AwsS3Tests.NetCore.SchemaV1.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,152 @@ | ||
[ | ||
{ | ||
TraceId: Id_1, | ||
SpanId: Id_2, | ||
Name: async-methods, | ||
Resource: async-methods, | ||
Service: Samples.AWS.S3, | ||
Tags: { | ||
env: integration_tests, | ||
language: dotnet, | ||
runtime-id: Guid_1 | ||
}, | ||
Metrics: { | ||
process_id: 0, | ||
_dd.top_level: 1.0, | ||
_dd.tracer_kr: 1.0, | ||
_sampling_priority_v1: 1.0 | ||
} | ||
}, | ||
{ | ||
TraceId: Id_1, | ||
SpanId: Id_3, | ||
Name: aws.s3.request, | ||
Resource: S3.PutBucket, | ||
Service: Samples.AWS.S3, | ||
Type: http, | ||
ParentId: Id_2, | ||
Tags: { | ||
aws.agent: dotnet-aws-sdk, | ||
aws.operation: PutBucket, | ||
aws.requestId: Guid_2, | ||
aws.service: S3, | ||
aws_service: S3, | ||
bucketname: my-bucket, | ||
component: aws-sdk, | ||
env: integration_tests, | ||
http.method: PUT, | ||
http.status_code: 200, | ||
http.url: http://localhost:00000/my-bucket, | ||
language: dotnet, | ||
peer.service: my-bucket, | ||
span.kind: client, | ||
_dd.peer.service.source: my-bucket | ||
} | ||
}, | ||
{ | ||
TraceId: Id_1, | ||
SpanId: Id_4, | ||
Name: aws.s3.request, | ||
Resource: S3.PutObject, | ||
Service: Samples.AWS.S3, | ||
Type: http, | ||
ParentId: Id_2, | ||
Tags: { | ||
aws.agent: dotnet-aws-sdk, | ||
aws.operation: PutObject, | ||
aws.requestId: Guid_3, | ||
aws.service: S3, | ||
aws_service: S3, | ||
bucketname: my-bucket, | ||
component: aws-sdk, | ||
env: integration_tests, | ||
http.method: PUT, | ||
http.status_code: 200, | ||
http.url: http://localhost:00000/my-bucket/sample.txt, | ||
language: dotnet, | ||
objectkey: sample.txt, | ||
peer.service: my-bucket, | ||
span.kind: client, | ||
_dd.peer.service.source: my-bucket | ||
} | ||
}, | ||
{ | ||
TraceId: Id_1, | ||
SpanId: Id_5, | ||
Name: aws.s3.request, | ||
Resource: S3.ListObjectsV2, | ||
Service: Samples.AWS.S3, | ||
Type: http, | ||
ParentId: Id_2, | ||
Tags: { | ||
aws.agent: dotnet-aws-sdk, | ||
aws.operation: ListObjectsV2, | ||
aws.requestId: Guid_4, | ||
aws.service: S3, | ||
aws_service: S3, | ||
bucketname: my-bucket, | ||
component: aws-sdk, | ||
env: integration_tests, | ||
http.method: GET, | ||
http.status_code: 200, | ||
http.url: http://localhost:00000/my-bucket, | ||
language: dotnet, | ||
peer.service: my-bucket, | ||
span.kind: client, | ||
_dd.peer.service.source: my-bucket | ||
} | ||
}, | ||
{ | ||
TraceId: Id_1, | ||
SpanId: Id_6, | ||
Name: aws.s3.request, | ||
Resource: S3.DeleteObject, | ||
Service: Samples.AWS.S3, | ||
Type: http, | ||
ParentId: Id_2, | ||
Tags: { | ||
aws.agent: dotnet-aws-sdk, | ||
aws.operation: DeleteObject, | ||
aws.requestId: Guid_5, | ||
aws.service: S3, | ||
aws_service: S3, | ||
bucketname: my-bucket, | ||
component: aws-sdk, | ||
env: integration_tests, | ||
http.method: DELETE, | ||
http.status_code: 204, | ||
http.url: http://localhost:00000/my-bucket/sample.txt, | ||
language: dotnet, | ||
objectkey: sample.txt, | ||
peer.service: my-bucket, | ||
span.kind: client, | ||
_dd.peer.service.source: my-bucket | ||
} | ||
}, | ||
{ | ||
TraceId: Id_1, | ||
SpanId: Id_7, | ||
Name: aws.s3.request, | ||
Resource: S3.DeleteBucket, | ||
Service: Samples.AWS.S3, | ||
Type: http, | ||
ParentId: Id_2, | ||
Tags: { | ||
aws.agent: dotnet-aws-sdk, | ||
aws.operation: DeleteBucket, | ||
aws.requestId: Guid_6, | ||
aws.service: S3, | ||
aws_service: S3, | ||
bucketname: my-bucket, | ||
component: aws-sdk, | ||
env: integration_tests, | ||
http.method: DELETE, | ||
http.status_code: 204, | ||
http.url: http://localhost:00000/my-bucket, | ||
language: dotnet, | ||
peer.service: my-bucket, | ||
span.kind: client, | ||
_dd.peer.service.source: my-bucket | ||
} | ||
} | ||
] |