diff --git a/1.0.x/index.html b/1.0.x/index.html index 374530d75..ab2a5d5e0 100644 --- a/1.0.x/index.html +++ b/1.0.x/index.html @@ -504,6 +504,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.

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