Class ProfilerConfig

java.lang.Object
top.magstar.framework.events.models.monitors.ProfilerConfig

public class ProfilerConfig extends Object
  • Constructor Details

    • ProfilerConfig

      public ProfilerConfig()
  • Method Details

    • defaultConfig

      public static ProfilerConfig defaultConfig()
    • getMinTraceRetentionMs

      public long getMinTraceRetentionMs()
    • setMinTraceRetentionMs

      public void setMinTraceRetentionMs(long minTraceRetentionMs)
    • getDataRetentionHours

      public int getDataRetentionHours()
    • setDataRetentionHours

      public void setDataRetentionHours(int dataRetentionHours)
    • getSlowHandlerThresholdMs

      public double getSlowHandlerThresholdMs()
    • setSlowHandlerThresholdMs

      public void setSlowHandlerThresholdMs(double slowHandlerThresholdMs)
    • getHighFrequencyThreshold

      public double getHighFrequencyThreshold()
    • setHighFrequencyThreshold

      public void setHighFrequencyThreshold(double highFrequencyThreshold)
    • getHighErrorRateThreshold

      public double getHighErrorRateThreshold()
    • setHighErrorRateThreshold

      public void setHighErrorRateThreshold(double highErrorRateThreshold)