From b0674c90fe4c813e3b9c30086935cdc19abbfc63 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 29 Aug 2016 13:10:57 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-sleuth.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/spring-cloud-sleuth.html b/spring-cloud-sleuth.html index 221ead856..9214091fa 100644 --- a/spring-cloud-sleuth.html +++ b/spring-cloud-sleuth.html @@ -505,6 +505,19 @@ annotations (tags), the ID of the span that caused them, and process ID’s

Spans are started and stopped, and they keep track of their timing information. Once you create a span, you must stop it at some point in the future.

+
+ + + + + +
+
Tip
+
+The initial span that starts a trace is called a root span. The value of span id +of that span is equal to trace id. +
+

Trace: A set of spans forming a tree-like structure. For example, if you are running a distributed big-data store, a trace might be formed by a put request.

@@ -2361,7 +2374,7 @@ To disable Zuul support set the spring.sleuth.zuul.enabled property