You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/04/21 16:12:20 UTC

[3/3] camel git commit: Add screenshot of zipkin example

Add screenshot of zipkin example


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/622a71d6
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/622a71d6
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/622a71d6

Branch: refs/heads/master
Commit: 622a71d677ddec5be9774547eeb31f0147627b99
Parents: b447605
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Apr 21 16:12:03 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Apr 21 16:12:03 2016 +0200

----------------------------------------------------------------------
 examples/camel-example-zipkin/README.md           |   8 ++++++++
 .../images/zipkin-web-console-1.png               | Bin 0 -> 47985 bytes
 .../images/zipkin-web-console-2.png               | Bin 0 -> 132664 bytes
 3 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/622a71d6/examples/camel-example-zipkin/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-zipkin/README.md b/examples/camel-example-zipkin/README.md
index 000d1b9..b22e423 100644
--- a/examples/camel-example-zipkin/README.md
+++ b/examples/camel-example-zipkin/README.md
@@ -57,6 +57,14 @@ $ mvn compile camel:run
 You should be able to visualize the traces and timings from this example using the Zipkin Web Console.
 The services are named `service1` and `service2`.
 
+In the screen shot below we are showing a trace of a client calling service1 and service2.
+
+![Zipkin Web Console Trace Details](images/zipkin-web-console-1.png "Detail of a trace")
+
+You can then click on each span and get annotated data from the Camel exchange and about the requests as shown:
+
+![Zipkin Web Console Span Details](images/zipkin-web-console-2.png "Detail of the span")
+
 
 ### Installing Zipkin Server using Docker
 

http://git-wip-us.apache.org/repos/asf/camel/blob/622a71d6/examples/camel-example-zipkin/images/zipkin-web-console-1.png
----------------------------------------------------------------------
diff --git a/examples/camel-example-zipkin/images/zipkin-web-console-1.png b/examples/camel-example-zipkin/images/zipkin-web-console-1.png
new file mode 100644
index 0000000..5d7a848
Binary files /dev/null and b/examples/camel-example-zipkin/images/zipkin-web-console-1.png differ

http://git-wip-us.apache.org/repos/asf/camel/blob/622a71d6/examples/camel-example-zipkin/images/zipkin-web-console-2.png
----------------------------------------------------------------------
diff --git a/examples/camel-example-zipkin/images/zipkin-web-console-2.png b/examples/camel-example-zipkin/images/zipkin-web-console-2.png
new file mode 100644
index 0000000..0d39dff
Binary files /dev/null and b/examples/camel-example-zipkin/images/zipkin-web-console-2.png differ