Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
PREFIX |
"tracing.zipkin.reporter" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
DEFAULT_ENABLED |
false |
public static final float |
DEFAULT_SAMPLER_PROBABILITY |
0.10000000149011612f |
public static final java.lang.String |
PREFIX |
"tracing.zipkin" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
PREFIX |
"tracing.zipkin.http" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
SERVICE_ID |
"zipkin" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
DEFAULT_PATH |
"/api/v2/spans" |
public static final java.lang.String |
DEFAULT_SERVER_URL |
"http://localhost:9411" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
CLIENT_PATH |
"${tracing.http.client.path:/**}" |
public static final java.lang.String |
SERVER_PATH |
"${tracing.http.server.path:/**}" |
public static final java.lang.String |
TAG_ERROR |
"error" |
public static final java.lang.String |
TAG_HTTP_CLIENT |
"http.client" |
public static final java.lang.String |
TAG_HTTP_SERVER |
"http.server" |
public static final java.lang.String |
TAG_HTTP_STATUS_CODE |
"http.status_code" |
public static final java.lang.String |
TAG_METHOD |
"http.method" |
public static final java.lang.String |
TAG_PATH |
"http.path" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
PREFIX |
"tracing" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
CLASS_TAG |
"class" |
public static final java.lang.String |
METHOD_TAG |
"method" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
DEFAULT_ENABLED |
false |
public static final java.lang.String |
PREFIX |
"tracing.jaeger" |