-
Notifications
You must be signed in to change notification settings - Fork 74
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
5 additions
and
14 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,14 +1,5 @@ | ||
# Tracetest + Amazon X-Ray (using Tracetest awsxray integration) + Pokeshop | ||
|
||
> [Read the detailed recipe for setting up Tracetest + Amazon X-Ray (using Tracetest awsxray integration) + Pokeshop in our documentation.](https://docs.tracetest.io/examples-tutorials/recipes/running-tracetest-with-aws-x-ray-pokeshop) | ||
> [Read the detailed recipe for setting up Tracetest + Amazon X-Ray (using Tracetest awsxray integration) + Pokeshop in our documentation.](https://docs.tracetest.io/examples-tutorials/recipes/running-tests-with-tracetest-graphql-pokeshop) | ||
This repository objective is to show how you can configure your Tracetest instance to connect to AWS X-Ray and use it as its tracing backend. | ||
|
||
## Steps | ||
|
||
1. [Install the tracetest CLI](https://docs.tracetest.io/installing/) | ||
2. Run `tracetest configure --server-url http://localhost:11633` on a terminal | ||
3. Update the `.env` file adding a valid set of AWS credentials | ||
4. Update the `tracetest.provision.yaml` file adding a valid set of AWS credentials | ||
5. Run the project by using docker-compose: `docker-compose up -d` (Linux) or `docker compose up -d` (Mac) | ||
6. Test if it works by running: `tracetest run test -f tests/test.yaml`. This would trigger a test that will send and retrieve spans from the X-Ray instance that is running on your machine. |