From f61348ee26490a99fea5bcaf4f863b47800a4ee8 Mon Sep 17 00:00:00 2001 From: kdhamric Date: Tue, 13 Aug 2024 15:52:21 -0500 Subject: [PATCH] Update docs/docs/examples-tutorials/recipes/running-tracetest-with-jaeger.mdx Co-authored-by: Julianne Fermi --- .../recipes/running-tracetest-with-jaeger.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/examples-tutorials/recipes/running-tracetest-with-jaeger.mdx b/docs/docs/examples-tutorials/recipes/running-tracetest-with-jaeger.mdx index a0206d0089..ec5ab0dacc 100644 --- a/docs/docs/examples-tutorials/recipes/running-tracetest-with-jaeger.mdx +++ b/docs/docs/examples-tutorials/recipes/running-tracetest-with-jaeger.mdx @@ -110,7 +110,7 @@ This will: The output of the test will look similar to this: ![Tracetest with Jaeger Example Output](../img/tracetest-jaeger-example-output.png) -You can follow the links in the output to view the run group and the test result on Tracetest. +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.