类 ProfileConstants
java.lang.Object
org.apache.skywalking.oap.server.network.constants.ProfileConstants
profile task limit constants
-
字段概要
字段修饰符和类型字段说明static final intDump period must be greater than or equals 10 millisecondsstatic final intThe duration of the monitoring task cannot be greater than 15 minutesstatic final intMonitor duration must greater than 1 minutesstatic final intMax sampling count must less than 10 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
TASK_DURATION_MIN_MINUTE
public static final int TASK_DURATION_MIN_MINUTEMonitor duration must greater than 1 minutes- 另请参阅:
-
TASK_DURATION_MAX_MINUTE
public static final int TASK_DURATION_MAX_MINUTEThe duration of the monitoring task cannot be greater than 15 minutes- 另请参阅:
-
TASK_DUMP_PERIOD_MIN_MILLIS
public static final int TASK_DUMP_PERIOD_MIN_MILLISDump period must be greater than or equals 10 milliseconds- 另请参阅:
-
TASK_MAX_SAMPLING_COUNT
public static final int TASK_MAX_SAMPLING_COUNTMax sampling count must less than 10- 另请参阅:
-
-
构造器详细资料
-
ProfileConstants
public ProfileConstants()
-