File tree 1 file changed +3
-2
lines changed
dd-trace-core/src/main/java/datadog/trace/core/traceinterceptor
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 14
14
// This value should be in milliseconds and this interceptor will retain any local trace who has a
15
15
// root
16
16
// span duration greater than this value.
17
- // The activation of this interceptor is ignored if partial flush is enabled.
17
+ // The activation of this interceptor is ignored if partial flush is enabled in order to avoid
18
+ // incomplete local trace (incomplete chunk of trace).
18
19
// Note that since we're changing the sampling priority at the end of local trace, there is no
19
20
// guarantee to get complete traces,
20
- // since the original sampling priority for this trace may have been already propagated.
21
+ // since the original sampling priority for this trace may have already been propagated.
21
22
22
23
public class LatencyTraceInterceptor extends AbstractTraceInterceptor {
23
24
private static final Logger log = LoggerFactory .getLogger (LatencyTraceInterceptor .class );
You can’t perform that action at this time.
0 commit comments