public final class TraceRequestAttributes extends Object
HttpServletRequest attributes| Modifier and Type | Field and Description |
|---|---|
static String |
HANDLED_SPAN_REQUEST_ATTR
Attribute containing a
Span set on a request when it got handled by a Sleuth component. |
static String |
NEW_SPAN_REQUEST_ATTR
Set if Handler interceptor has executed some logic
|
static String |
SPAN_CONTINUED_REQUEST_ATTR
Attribute set when the
Span got continued in the TraceFilter. |
public static final String HANDLED_SPAN_REQUEST_ATTR
Span set on a request when it got handled by a Sleuth component.
If that attribute is set then TraceFilter will not create a "fallback" server-side span.public static final String NEW_SPAN_REQUEST_ATTR
public static final String SPAN_CONTINUED_REQUEST_ATTR
Span got continued in the TraceFilter.
The Sleuth tracing components will most likely continue the current Span instead of creating a new one.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.