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 <davscl...@apache.org> Authored: Thu Apr 21 16:12:03 2016 +0200 Committer: Claus Ibsen <davscl...@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. + + + +You can then click on each span and get annotated data from the Camel exchange and about the requests as shown: + + + ### 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