public final class MoreTraceFieldConstants extends Object
TraceFieldConstants
for defined ones.Modifier and Type | Field | Description |
---|---|---|
static String |
CLIENT_REQUEST_CONTENT_LENGTH_FIELD |
Deprecated.
|
static String |
CLIENT_REQUEST_CONTENT_TYPE_FIELD |
Deprecated.
|
static String |
CLIENT_REQUEST_ERROR_DETAIL_FIELD |
Deprecated.
|
static String |
CLIENT_REQUEST_ERROR_FIELD |
Deprecated.
|
static String |
CLIENT_REQUEST_METHOD_FIELD |
Deprecated.
|
static String |
CLIENT_REQUEST_PATH_FIELD |
Deprecated.
|
static String |
CLIENT_RESPONSE_CONTENT_LENGTH |
Deprecated.
|
static String |
CLIENT_RESPONSE_CONTENT_TYPE_FIELD |
Deprecated.
|
static String |
CLIENT_RESPONSE_STATUS_CODE_FIELD |
Deprecated.
|
static String |
JOIN_POINT_ERROR_DETAIL |
Exception message if the annotated method threw an exception.
|
static String |
JOIN_POINT_ERROR_FIELD |
Exception name if the annotated method threw an exception.
|
static String |
JOIN_POINT_FIELD |
Name of the annotated method.
|
static String |
JOIN_POINT_PARAM_FIELD_PREFIX |
Prefix given to any captured parameter of an annotated method.
|
static String |
JOIN_POINT_RESULT_FIELD |
The return value of an annotated method.
|
static String |
REQUEST_ACCEPT_FIELD |
Deprecated.
|
static String |
REQUEST_CONTENT_TYPE_FIELD |
Deprecated.
|
static String |
REQUEST_QUERY_PARAMS_FIELD |
Deprecated.
|
static String |
RESPONSE_CONTENT_TYPE_FIELD |
Deprecated.
|
static String |
REST_TEMPLATE_RESPONSE_STATUS_ERROR_DETAIL_FIELD |
Spring may throw an exception when the
BeelineRestTemplateInterceptor
calls ClientHttpResponse.getRawStatusCode() . |
static String |
REST_TEMPLATE_RESPONSE_STATUS_ERROR_FIELD |
Spring may throw an exception when the
BeelineRestTemplateInterceptor
calls ClientHttpResponse.getRawStatusCode() . |
static String |
SPRING_ASYNC_DISPATCH_FIELD |
Indicates the servlet request processing initiated an async dispatch.
|
static String |
SPRING_DISPATCHER_TYPE_FIELD |
Indicates the dispatcher type of the span.
|
static String |
SPRING_HANDLER_CLASS_FIELD |
The type of handler (its class name) chosen to handle the request.
|
static String |
SPRING_HANDLER_METHOD_FIELD |
The Spring controller method chosen to handle the request.
|
static String |
SPRING_MATCHED_PATTERN_FIELD |
The URI pattern that was matched for the given request.
|
public static final String JOIN_POINT_FIELD
public static final String JOIN_POINT_ERROR_FIELD
public static final String JOIN_POINT_ERROR_DETAIL
public static final String JOIN_POINT_PARAM_FIELD_PREFIX
public static final String JOIN_POINT_RESULT_FIELD
public static final String CLIENT_REQUEST_PATH_FIELD
TraceFieldConstants.CLIENT_REQUEST_PATH_FIELD
public static final String CLIENT_REQUEST_METHOD_FIELD
TraceFieldConstants.CLIENT_REQUEST_METHOD_FIELD
public static final String CLIENT_REQUEST_CONTENT_LENGTH_FIELD
TraceFieldConstants.CLIENT_REQUEST_CONTENT_LENGTH_FIELD
public static final String CLIENT_REQUEST_CONTENT_TYPE_FIELD
TraceFieldConstants.CLIENT_REQUEST_CONTENT_TYPE_FIELD
public static final String CLIENT_REQUEST_ERROR_FIELD
TraceFieldConstants.CLIENT_REQUEST_ERROR_FIELD
public static final String CLIENT_REQUEST_ERROR_DETAIL_FIELD
TraceFieldConstants.CLIENT_REQUEST_ERROR_DETAIL_FIELD
public static final String CLIENT_RESPONSE_CONTENT_TYPE_FIELD
TraceFieldConstants.CLIENT_RESPONSE_CONTENT_TYPE_FIELD
public static final String CLIENT_RESPONSE_STATUS_CODE_FIELD
TraceFieldConstants.CLIENT_RESPONSE_STATUS_CODE_FIELD
public static final String CLIENT_RESPONSE_CONTENT_LENGTH
TraceFieldConstants.CLIENT_RESPONSE_CONTENT_LENGTH
public static final String RESPONSE_CONTENT_TYPE_FIELD
TraceFieldConstants.RESPONSE_CONTENT_TYPE_FIELD
public static final String REQUEST_CONTENT_TYPE_FIELD
TraceFieldConstants.REQUEST_CONTENT_TYPE_FIELD
public static final String REQUEST_ACCEPT_FIELD
TraceFieldConstants.REQUEST_ACCEPT_FIELD
public static final String REQUEST_QUERY_PARAMS_FIELD
TraceFieldConstants.REQUEST_QUERY_PARAMS_FIELD
public static final String SPRING_DISPATCHER_TYPE_FIELD
public static final String SPRING_ASYNC_DISPATCH_FIELD
public static final String SPRING_HANDLER_CLASS_FIELD
public static final String SPRING_HANDLER_METHOD_FIELD
public static final String SPRING_MATCHED_PATTERN_FIELD
public static final String REST_TEMPLATE_RESPONSE_STATUS_ERROR_FIELD
BeelineRestTemplateInterceptor
calls ClientHttpResponse.getRawStatusCode()
. This exception is not propagated to the caller by the
instrumentation.
This field shows the type of exception that was thrown.
public static final String REST_TEMPLATE_RESPONSE_STATUS_ERROR_DETAIL_FIELD
BeelineRestTemplateInterceptor
calls ClientHttpResponse.getRawStatusCode()
. This exception is not propagated to the caller by the
instrumentation.
This field show the any exception message.
Copyright © 2019–2020 Honeycomb. All rights reserved.