Skip to content

Commit dd4472c

Browse files
authored
Update aws-xray-sampling-spec.md to remove the invalid image (#11)
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.
1 parent b8783b7 commit dd4472c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

accessories/aws-xray-sampling-spec.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ To ensure efficient tracing and provide a representative sample of the requests
55

66
## Workflow
77

8-
![X-Ray sampling workflow](https://shengxil.s3.amazonaws.com/SamplingWorkflow.png)
9-
108
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.
119

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

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

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

0 commit comments

Comments
 (0)