Class ProfileConstants
java.lang.Object
org.apache.skywalking.oap.server.network.constants.ProfileConstants
profile task limit constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TASK_DURATION_MIN_MINUTE
public static final int TASK_DURATION_MIN_MINUTEMonitor duration must greater than 1 minutes- See Also:
-
TASK_DURATION_MAX_MINUTE
public static final int TASK_DURATION_MAX_MINUTEThe duration of the monitoring task cannot be greater than 15 minutes- See Also:
-
TASK_DUMP_PERIOD_MIN_MILLIS
public static final int TASK_DUMP_PERIOD_MIN_MILLISDump period must be greater than or equals 10 milliseconds- See Also:
-
TASK_MAX_SAMPLING_COUNT
public static final int TASK_MAX_SAMPLING_COUNTMax sampling count must less than 10- See Also:
-
-
Constructor Details
-
ProfileConstants
public ProfileConstants()
-