interval property

Duration? interval
getter/setter pair

Time interval between ejection analysis sweeps.

This can result in both new ejections and backend endpoints being returned to service. The interval is equal to the number of seconds as defined in outlierDetection.interval.seconds plus the number of nanoseconds as defined in outlierDetection.interval.nanos. Defaults to 1 second.

Implementation

Duration? interval;