Skip to content

Commit

Permalink
Update docs/docs/examples-tutorials/recipes/running-tracetest-with-ja…
Browse files Browse the repository at this point in the history
…eger.mdx

Co-authored-by: Julianne Fermi <[email protected]>
  • Loading branch information
kdhamric and jfermi authored Aug 13, 2024
1 parent e7a9da0 commit baf0c8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ You can follow the links in the output to view the run group and the test result

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/`.
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'.

Expand Down

0 comments on commit baf0c8d

Please sign in to comment.