Skip to content

Commit

Permalink
pr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Aug 30, 2024
1 parent c61784f commit aa6e839
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ The Tracetest GraphQL trigger enables you to unleash the power of the trace-base

By creating a Tracetest GraphQL test, you will be able to create trace-based assertions to be applied across the entire flow like any other Tracetest test. Not only that but it allows you to mix and match it with your existing Monitors, Test Suites and CI/CD validations.

Another big benefit of using traces as test specs is that you can:
Other impactful benefits of using traces as test specs are:

- Get faster MTTR for failing performance tests
- Assert against the Mutiple Queries and Mutations at once from a single test execution
- Validate functionality of other parts of your system that may be broken, even when the initial request is passing
- Faster MTTR for failing performance tests.
- Assert against the Mutiple Queries and Mutations at once from a single test execution.
- Validate functionality of other parts of your system that may be broken, even when the initial request is passing.

## Requirements

Expand Down
11 changes: 1 addition & 10 deletions examples/tracetest-jaeger-graphql-pokeshop/README.md
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.

0 comments on commit aa6e839

Please sign in to comment.