Class LoadThreshold


public class LoadThreshold extends ObjectWithJsonToString
One in-run pass/fail threshold for a LoadScenario: a load metric compared against a threshold value. All a scenario's thresholds must hold for the run verdict to be PASS (logical AND); any breach makes the verdict FAIL.

Thresholds are evaluated on the orchestrator's control tick from per-run data (this run's HDR latency histogram and its request counters) — never from the global SloSampleStore, which aggregates all forward traffic rather than this one run. The comparison reuses SloObjective.Comparator (and its SloObjective.satisfiedBy(double) semantics) so the two features share one comparator vocabulary, but a load threshold is otherwise independent of the SLO verify feature.

See Also: