Added videos to the docs

fixes #336
This commit is contained in:
Marcin Grzejszczak
2016-07-15 09:02:50 +02:00
parent deb04e300a
commit e5da08a0fa
2 changed files with 11 additions and 1 deletions

View File

@@ -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:

View File

@@ -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]