From 640630caad4fc0e58e9fc02b2fbc4e7e38a7a938 Mon Sep 17 00:00:00 2001 From: Arun prasath Date: Sun, 15 Oct 2017 00:32:38 +0530 Subject: [PATCH] Fixes bug #608 - Fixes image caption and size (#662) Added figcaption tag, removed width and removed notion of left and right --- _docs/tasks/telemetry/distributed-tracing.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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.