public final class InstrumentationConstants extends Object
TraceFieldConstants
.Modifier and Type | Field | Description |
---|---|---|
static String |
ANNOTATED_METHOD_TYPE |
Value given to the type field in the annotation-drive instrumentation.
|
static String |
AOP_INSTRUMENTATION_NAME |
Name of the annotation-driven (via Spring AOP) instrumentation.
|
static String |
FILTER_SPAN_NAME_PREFIX |
Prefix added to span names generated in the webmvc filter.
|
static String |
HTTP_CLIENT_SPAN_NAME |
Name of the http client span created by the rest template instrumentation.
|
static String |
HTTP_CLIENT_SPAN_TYPE |
Deprecated.
|
static String |
OPERATION_TYPE_HTTP_SERVER |
Deprecated.
|
static String |
REST_TEMPLATE_INSTRUMENTATION_NAME |
Name of the Rest Template (Spring's http client) instrumentation.
|
static String |
WEBMVC_INSTRUMENTATION_NAME |
Name of the Spring MVC web server instrumentation.
|
public static final String OPERATION_TYPE_HTTP_SERVER
HttpServerPropagator.OPERATION_TYPE_HTTP_SERVER
public static final String FILTER_SPAN_NAME_PREFIX
public static final String WEBMVC_INSTRUMENTATION_NAME
public static final String REST_TEMPLATE_INSTRUMENTATION_NAME
public static final String AOP_INSTRUMENTATION_NAME
public static final String HTTP_CLIENT_SPAN_NAME
public static final String HTTP_CLIENT_SPAN_TYPE
HttpClientPropagator.HTTP_CLIENT_SPAN_TYPE
public static final String ANNOTATED_METHOD_TYPE
Copyright © 2019–2020 Honeycomb. All rights reserved.