public final class TraceFieldConstants extends Object
Modifier and Type | Field | Description |
---|---|---|
static String |
BEELINE_VERSION_FIELD |
Version of the Beeline instrumentation.
|
static String |
CLIENT_REQUEST_CONTENT_LENGTH_FIELD |
|
static String |
CLIENT_REQUEST_CONTENT_TYPE_FIELD |
|
static String |
CLIENT_REQUEST_ERROR_DETAIL_FIELD |
|
static String |
CLIENT_REQUEST_ERROR_FIELD |
|
static String |
CLIENT_REQUEST_METHOD_FIELD |
|
static String |
CLIENT_REQUEST_PATH_FIELD |
|
static String |
CLIENT_RESPONSE_CONTENT_LENGTH |
|
static String |
CLIENT_RESPONSE_CONTENT_TYPE_FIELD |
|
static String |
CLIENT_RESPONSE_STATUS_CODE_FIELD |
|
static String |
DURATION_FIELD |
Duration the operation took, in milliseconds (as a double).
|
static String |
FORWARD_FOR_HEADER_FIELD |
The value of the 'forwarded for' header.
|
static String |
FORWARD_PROTO_HEADER_FIELD |
The value of the 'forwarded proto' header
|
static String |
INSTRUMENTATIONS_COUNT_FIELD |
length of meta.instrumentations list.
|
static String |
INSTRUMENTATIONS_FIELD |
List of names showing what instrumentations are active.
|
static String |
LOCAL_HOSTNAME_FIELD |
os.hostname() aka server name
|
static String |
META_DIRTY_CONTEXT_FIELD |
A span sent during cleanup, indicating a public API misuse (e.g.
|
static String |
META_SENT_BY_PARENT_FIELD |
A child span sent as result of its parent being closed before it was closed.
|
static String |
PACKAGE_FIELD |
Name of the package under instrumentation.
|
static String |
PACKAGE_VERSION_FIELD |
Version string of the package under instrumentation.
|
static String |
PARENT_ID_FIELD |
ID of a span's parent.
|
static String |
REQUEST_ACCEPT_FIELD |
The request accept header - if available.
|
static String |
REQUEST_AJAX_FIELD |
True if the request is an AJAX request.
|
static String |
REQUEST_CONTENT_LENGTH_FIELD |
Content length of the request - if known.
|
static String |
REQUEST_CONTENT_TYPE_FIELD |
The request content type - if available.
|
static String |
REQUEST_ERROR_DETAIL_FIELD |
Detail about the error (e.g.
|
static String |
REQUEST_ERROR_FIELD |
Name of an error encountered that caused the request to fail (e.g.
|
static String |
REQUEST_HOST_FIELD |
Value of the HTTP Host header.
|
static String |
REQUEST_HTTP_VERSION_FIELD |
HTTP protocol version.
|
static String |
REQUEST_METHOD_FIELD |
HTTP method value.
|
static String |
REQUEST_PATH_FIELD |
The path component of the request URL.
|
static String |
REQUEST_QUERY_PARAMS_FIELD |
Any query parameters on the request URL.
|
static String |
REQUEST_REMOTE_ADDRESS_FIELD |
The client IP address.
|
static String |
REQUEST_SCHEME_FIELD |
The scheme of the request URL (http/https).
|
static String |
REQUEST_SECURE_FIELD |
True if the connection is TLS/SSL.
|
static String |
RESPONSE_CONTENT_TYPE_FIELD |
The response content type - if available.
|
static String |
SERVICE_NAME_FIELD |
Name of the application being instrumented.
|
static String |
SPAN_ID_FIELD |
Unique ID (within trace) for a given event/span.
|
static String |
SPAN_NAME_FIELD |
Name of the operation the span covers.
|
static String |
STATUS_CODE_FIELD |
The response status code.
|
static String |
TRACE_ID_FIELD |
Global ID
|
static String |
TYPE_FIELD |
The type of a Span usually represents what aspect of an application the Span covers
(e.g.
|
static String |
USER_AGENT_FIELD |
The value of the 'user agent' header.
|
static String |
USER_FIELD_NAMESPACE |
public static final String USER_FIELD_NAMESPACE
public static final String SPAN_ID_FIELD
public static final String PARENT_ID_FIELD
public static final String TRACE_ID_FIELD
public static final String TYPE_FIELD
public static final String SERVICE_NAME_FIELD
public static final String SPAN_NAME_FIELD
public static final String DURATION_FIELD
public static final String PACKAGE_FIELD
public static final String PACKAGE_VERSION_FIELD
public static final String BEELINE_VERSION_FIELD
public static final String INSTRUMENTATIONS_FIELD
public static final String INSTRUMENTATIONS_COUNT_FIELD
public static final String LOCAL_HOSTNAME_FIELD
public static final String REQUEST_HOST_FIELD
public static final String REQUEST_METHOD_FIELD
public static final String REQUEST_HTTP_VERSION_FIELD
public static final String REQUEST_PATH_FIELD
public static final String REQUEST_SCHEME_FIELD
public static final String REQUEST_SECURE_FIELD
public static final String REQUEST_CONTENT_LENGTH_FIELD
public static final String REQUEST_REMOTE_ADDRESS_FIELD
public static final String REQUEST_AJAX_FIELD
public static final String USER_AGENT_FIELD
public static final String FORWARD_FOR_HEADER_FIELD
public static final String FORWARD_PROTO_HEADER_FIELD
public static final String REQUEST_ERROR_FIELD
public static final String REQUEST_ERROR_DETAIL_FIELD
public static final String REQUEST_CONTENT_TYPE_FIELD
public static final String REQUEST_ACCEPT_FIELD
public static final String REQUEST_QUERY_PARAMS_FIELD
public static final String CLIENT_REQUEST_PATH_FIELD
public static final String CLIENT_REQUEST_METHOD_FIELD
public static final String CLIENT_REQUEST_CONTENT_LENGTH_FIELD
public static final String CLIENT_REQUEST_CONTENT_TYPE_FIELD
public static final String CLIENT_REQUEST_ERROR_FIELD
public static final String CLIENT_REQUEST_ERROR_DETAIL_FIELD
public static final String CLIENT_RESPONSE_CONTENT_TYPE_FIELD
public static final String CLIENT_RESPONSE_STATUS_CODE_FIELD
public static final String CLIENT_RESPONSE_CONTENT_LENGTH
public static final String STATUS_CODE_FIELD
public static final String RESPONSE_CONTENT_TYPE_FIELD
public static final String META_SENT_BY_PARENT_FIELD
public static final String META_DIRTY_CONTEXT_FIELD
Copyright © 2019–2020 Honeycomb. All rights reserved.