diff --git a/_docs/tasks/telemetry/distributed-tracing.md b/_docs/tasks/telemetry/distributed-tracing.md index 70cedacec8..373aac2051 100644 --- a/_docs/tasks/telemetry/distributed-tracing.md +++ b/_docs/tasks/telemetry/distributed-tracing.md @@ -69,15 +69,19 @@ With the BookInfo application up and running, generate trace information by acce If you now look at the dashboard, you should see something similar to the following: -Zipkin Dashboard Jaeger Dashboard -_(Zipkin on the left, Jaeger on the right)_ +
Zipkin Dashboard +
Zipkin Dashboard
+
Jaeger Dashboard +
Jaeger Dashboard
If you click on the top (most recent) trace, you should see the details corresponding to your latest refresh of the `/productpage`. The page should look something like this: -Zipkin Trace View Jaeger Trace View -_(Zipkin on the left, Jaeger on the right)_ +
Zipkin Trace View +
Zipkin Trace View
+
Jaeger Trace View +
Jaeger Trace View
As you can see, the trace is comprised of spans, where each span corresponds to a BookInfo service invoked during the execution of a `/productpage` request.