From 73ca1df8973627cb430bfd0c9b8eda27ce43a4b6 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 24 Feb 2017 11:07:51 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-sleuth.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/spring-cloud-sleuth.html b/spring-cloud-sleuth.html index 24b9c0c9d..6d842cbf4 100644 --- a/spring-cloud-sleuth.html +++ b/spring-cloud-sleuth.html @@ -1657,6 +1657,20 @@ Always clean after you create a span! Don’t forget to close a span if you +
+ + + + + +
+
Important
+
+If your span contains a name greater than 50 chars, then that name will +be truncated to 50 chars. Your names have to be explicit and concrete. Big names lead to +latency issues and sometimes even thrown exceptions. +
+

Continuing spans