类 ProfileConstants

java.lang.Object
org.apache.skywalking.oap.server.network.constants.ProfileConstants

public class ProfileConstants extends Object
profile task limit constants
  • 字段详细资料

    • TASK_DURATION_MIN_MINUTE

      public static final int TASK_DURATION_MIN_MINUTE
      Monitor duration must greater than 1 minutes
      另请参阅:
    • TASK_DURATION_MAX_MINUTE

      public static final int TASK_DURATION_MAX_MINUTE
      The duration of the monitoring task cannot be greater than 15 minutes
      另请参阅:
    • TASK_DUMP_PERIOD_MIN_MILLIS

      public static final int TASK_DUMP_PERIOD_MIN_MILLIS
      Dump period must be greater than or equals 10 milliseconds
      另请参阅:
    • TASK_MAX_SAMPLING_COUNT

      public static final int TASK_MAX_SAMPLING_COUNT
      Max sampling count must less than 10
      另请参阅:
  • 构造器详细资料

    • ProfileConstants

      public ProfileConstants()