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