Added video with Sleuth & Zipkin

This commit is contained in:
Marcin Grzejszczak
2016-12-19 15:02:23 +01:00
parent db39fee588
commit e96076b624
2 changed files with 16 additions and 0 deletions

View File

@@ -501,6 +501,14 @@ public class ZipkinStreamServerApplication {
}
----
== Additional resources
*Marcin Grzejszczak talking about Spring Cloud Sleuth and Zipkin*
video::eQV71Mw1u1c[youtube]
https://www.youtube.com/watch?v=eQV71Mw1u1c[click here to see the video]
== Features
* Adds trace and span ids to the Slf4J MDC, so you can extract all the logs from a given trace or span in a log aggregator. Example logs:

View File

@@ -405,3 +405,11 @@ and then just annotate your main class with `@EnableZipkinStreamServer` annotati
----
include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-sleuth/master/spring-cloud-sleuth-samples/spring-cloud-sleuth-sample-zipkin-stream/src/main/java/example/ZipkinStreamServerApplication.java[]
----
== Additional resources
*Marcin Grzejszczak talking about Spring Cloud Sleuth and Zipkin*
video::eQV71Mw1u1c[youtube]
https://www.youtube.com/watch?v=eQV71Mw1u1c[click here to see the video]