Class ProfileConstants

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

public class ProfileConstants extends Object
profile task limit constants
  • Field Details

    • TASK_DURATION_MIN_MINUTE

      public static final int TASK_DURATION_MIN_MINUTE
      Monitor duration must greater than 1 minutes
      See Also:
    • TASK_DURATION_MAX_MINUTE

      public static final int TASK_DURATION_MAX_MINUTE
      The 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_MILLIS
      Dump period must be greater than or equals 10 milliseconds
      See Also:
    • TASK_MAX_SAMPLING_COUNT

      public static final int TASK_MAX_SAMPLING_COUNT
      Max sampling count must less than 10
      See Also:
  • Constructor Details

    • ProfileConstants

      public ProfileConstants()