diff --git a/spring-cloud-sleuth.html b/spring-cloud-sleuth.html index 82b770884..6696aea6b 100644 --- a/spring-cloud-sleuth.html +++ b/spring-cloud-sleuth.html @@ -1443,6 +1443,20 @@ public Sampler defaultSampler() { } +
+ + + + + +
+
Tip
+
+You can set the HTTP header X-B3-Flags to 1 or when doing messaging you can +set spanFlags header to 1. Then the current span will be forced to be exportable +regardless of the sampling decision. +
+