Added video with Sleuth & Zipkin
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user