Skip to content

Commit

Permalink
Update aws-xray-sampling-spec.md to remove the invalid image (#11)
Browse files Browse the repository at this point in the history
AWS X-Ray team has received internal [ticket](https://t.corp.amazon.com/P98950956/overview) to remove the invalid image in X-Ray sampling readme doc, which violates Amazon Sec policies. 

This PR is to remove the image in `Workflow` section and only leave the text description.
  • Loading branch information
mxiamxia authored Sep 5, 2023
1 parent b8783b7 commit dd4472c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions accessories/aws-xray-sampling-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ To ensure efficient tracing and provide a representative sample of the requests

## Workflow

![X-Ray sampling workflow](https://shengxil.s3.amazonaws.com/SamplingWorkflow.png)

In a distributed application, upon a client request arrives, the first traced service (entry service) is responsible for deciding whether the request will be traced or not. The decision will be propagated to all downstream services that participates in this distributed call.

## Sampling Rule
Expand Down Expand Up @@ -109,4 +107,4 @@ The sampling decision and trace ID are added to HTTP requests in **tracing heade

**Example Tracing header with root trace ID and sampling decision**

`X-Amzn-Trace-Id: Root=1-5759e988-bd862e3fe1be46a994272793;Sampled=1`
`X-Amzn-Trace-Id: Root=1-5759e988-bd862e3fe1be46a994272793;Sampled=1`

0 comments on commit dd4472c

Please sign in to comment.