diff --git a/README.adoc b/README.adoc index 21336698d..5e90286a3 100644 --- a/README.adoc +++ b/README.adoc @@ -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: diff --git a/docs/src/main/asciidoc/intro.adoc b/docs/src/main/asciidoc/intro.adoc index af39de6c6..149fad061 100644 --- a/docs/src/main/asciidoc/intro.adoc +++ b/docs/src/main/asciidoc/intro.adoc @@ -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]