Class OrphanReporterConfig.Defaults

    • Field Detail

      • DEFAULT_EMIT_INTERVAL

        public static final Duration DEFAULT_EMIT_INTERVAL
        Emit the event by default every 10 seconds.
      • DEFAULT_SAMPLE_SIZE

        public static final int DEFAULT_SAMPLE_SIZE
        Only sample a maximum amount of 10 entries per interval.
        See Also:
        Constant Field Values
      • DEFAULT_QUEUE_LENGTH

        public static final int DEFAULT_QUEUE_LENGTH
        Only allow to enqueue a maximum of 1024 orphans that are waiting to be picked up by the reporter.
        See Also:
        Constant Field Values
      • DEFAULT_ENABLED

        public static final boolean DEFAULT_ENABLED
        Orphan Reporter is enabled by default.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Defaults

        public Defaults()