Skip to content

Commit

Permalink
Updated recipe to explain what the user should expect (#3961)
Browse files Browse the repository at this point in the history
* Updated recipe to explain what the user should expect

Added some text to further explain what the user should see and what is available via the recipe.

* Update docs/docs/examples-tutorials/recipes/running-tracetest-with-jaeger.mdx

Co-authored-by: Julianne Fermi <julianne@kubeshop.io>

* Update docs/docs/examples-tutorials/recipes/running-tracetest-with-jaeger.mdx

Co-authored-by: Julianne Fermi <julianne@kubeshop.io>

---------

Co-authored-by: Julianne Fermi <julianne@kubeshop.io>
  • Loading branch information
kdhamric and jfermi authored Aug 14, 2024
1 parent 058c76f commit 6e3915b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,16 @@ This will:
3. Configure the tracing backend and create tests in your environment.
4. Run the tests.

This will start your Tracetest instance on `http://localhost:11633/`.
The output of the test will look similar to this:
![Tracetest with Jaeger Example Output](../img/tracetest-jaeger-example-output.png)

Open the URL and start creating tests! Make sure to use the `http://app:8080/` URL in your test creation, because your Node.js app and Tracetest are in the same network.
Follow the links in the output to view the run group and the test result on Tracetest.

Jaeger is started as a part of this recipe, and you can access Jaeger's UI at `http://localhost:16686/` and see any traces generated.

The Docker file exposes the underlying Node.js app at `http://localhost:8080/`.

Open Tracetest and start creating tests using this environment! Make sure to use the `http://app:8080/` URL in your test creation, because your Node.js app and the Tracetest agent are in the same network. This simple Node.js application only supports a GET operation against `http://app:8080/` and should return the string 'Hello World'.

## Learn More

Expand Down

0 comments on commit 6e3915b

Please sign in to comment.