diff --git a/README.adoc b/README.adoc index 3ffcab41e..e807c6230 100644 --- a/README.adoc +++ b/README.adoc @@ -506,6 +506,16 @@ public class ZipkinStreamServerApplication { } ---- +== Additional resources + +*Adrian Cole giving an introduction to distributed tracing with Zipkin* + +video::f9J1Av8rwCE[youtube] + +*Marcin Grzejszczak talking about Spring Cloud Sleuth and Zipkin* + +video::eQV71Mw1u1c[youtube] + == 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 0ec7c622c..2e332a843 100644 --- a/docs/src/main/asciidoc/intro.adoc +++ b/docs/src/main/asciidoc/intro.adoc @@ -383,7 +383,7 @@ include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-sleuth/mast == Additional resources -*Adrian Cole giving an introduction to ditributed tracing with Zipkin* +*Adrian Cole giving an introduction to distributed tracing with Zipkin* video::f9J1Av8rwCE[youtube]