| Modifier and Type | Field and Description |
|---|---|
static boolean |
ACTIVE_V1_HEADER
Deactive V1 header in default
|
static boolean |
ACTIVE_V2_HEADER
Active V2 header in default
|
static String |
AUTHENTICATION
Authentication active is based on backend setting, see application.yml for more details.
|
static int |
CAUSE_EXCEPTION_DEPTH
How depth the agent goes, when log cause exceptions.
|
static int |
COOL_DOWN_THRESHOLD
How long should the agent wait (in minute) before re-registering to the OAP server after receiving reset
command
|
static long |
FORCE_RECONNECTION_PERIOD
Force reconnection period of grpc, based on grpc_channel_check_interval.
|
static String |
IGNORE_SUFFIX
If the operation name of the first span is included in this set, this segment should be ignored.
|
static Map<String,String> |
INSTANCE_PROPERTIES |
static String |
INSTANCE_UUID
The identify of the instance
|
static boolean |
IS_OPEN_DEBUGGING_CLASS
If true, skywalking agent will save all instrumented classes files in `/debugging` folder.
|
static String |
NAMESPACE
Namespace isolates headers in cross process propagation.
|
static int |
OPERATION_NAME_THRESHOLD
Limit the length of the operationName to prevent errors when inserting elasticsearch
|
static int |
SAMPLE_N_PER_3_SECS
Negative or zero means off, by default.
|
static String |
SERVICE_NAME
Service name is showed in skywalking-ui.
|
static int |
SPAN_LIMIT_PER_SEGMENT
The max number of spans in a single segment.
|
| Constructor and Description |
|---|
Agent() |
public static String NAMESPACE
public static String SERVICE_NAME
public static String AUTHENTICATION
public static int SAMPLE_N_PER_3_SECS
SAMPLE_N_PER_3_SECS means sampling N TraceSegment in
3 seconds tops.public static String IGNORE_SUFFIX
public static int SPAN_LIMIT_PER_SEGMENT
public static boolean IS_OPEN_DEBUGGING_CLASS
public static boolean ACTIVE_V2_HEADER
public static boolean ACTIVE_V1_HEADER
public static String INSTANCE_UUID
public static int CAUSE_EXCEPTION_DEPTH
public static int COOL_DOWN_THRESHOLD
public static long FORCE_RECONNECTION_PERIOD
public static int OPERATION_NAME_THRESHOLD
Copyright © 2019 The Apache Software Foundation. All rights reserved.