public interface ScaledTriggerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getSaturationThreshold()
If the resource pressure is greater than this value, the trigger will enter saturation.
|
double |
getScalingThreshold()
If the resource pressure is greater than this value, the trigger will be in the
:ref:`scaling <arch_overview_overload_manager-triggers-state>` state with value
`(pressure - scaling_threshold) / (saturation_threshold - scaling_threshold)`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofdouble getScalingThreshold()
If the resource pressure is greater than this value, the trigger will be in the :ref:`scaling <arch_overview_overload_manager-triggers-state>` state with value `(pressure - scaling_threshold) / (saturation_threshold - scaling_threshold)`.
double scaling_threshold = 1 [(.validate.rules) = { ... }double getSaturationThreshold()
If the resource pressure is greater than this value, the trigger will enter saturation.
double saturation_threshold = 2 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.