public static final class Watchdog.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder> implements WatchdogOrBuilder
Envoy process watchdog configuration. When configured, this monitors for nonresponsive threads and kills the process after the configured thresholds. See the :ref:`watchdog documentation <operations_performance_watchdog>` for more information. [#next-free-field: 8]Protobuf type
envoy.config.bootstrap.v3.Watchdog| Modifier and Type | Method and Description |
|---|---|
Watchdog.Builder |
addActions(int index,
Watchdog.WatchdogAction.Builder builderForValue)
Register actions that will fire on given WatchDog events.
|
Watchdog.Builder |
addActions(int index,
Watchdog.WatchdogAction value)
Register actions that will fire on given WatchDog events.
|
Watchdog.Builder |
addActions(Watchdog.WatchdogAction.Builder builderForValue)
Register actions that will fire on given WatchDog events.
|
Watchdog.Builder |
addActions(Watchdog.WatchdogAction value)
Register actions that will fire on given WatchDog events.
|
Watchdog.WatchdogAction.Builder |
addActionsBuilder()
Register actions that will fire on given WatchDog events.
|
Watchdog.WatchdogAction.Builder |
addActionsBuilder(int index)
Register actions that will fire on given WatchDog events.
|
Watchdog.Builder |
addAllActions(Iterable<? extends Watchdog.WatchdogAction> values)
Register actions that will fire on given WatchDog events.
|
Watchdog.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Watchdog |
build() |
Watchdog |
buildPartial() |
Watchdog.Builder |
clear() |
Watchdog.Builder |
clearActions()
Register actions that will fire on given WatchDog events.
|
Watchdog.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Watchdog.Builder |
clearKillTimeout()
If a watched thread has been nonresponsive for this duration, assume a
programming error and kill the entire Envoy process.
|
Watchdog.Builder |
clearMaxKillTimeoutJitter()
Defines the maximum jitter used to adjust the *kill_timeout* if *kill_timeout* is
enabled.
|
Watchdog.Builder |
clearMegamissTimeout()
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_mega_miss* statistic.
|
Watchdog.Builder |
clearMissTimeout()
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_miss* statistic.
|
Watchdog.Builder |
clearMultikillThreshold()
Sets the threshold for *multikill_timeout* in terms of the percentage of
nonresponsive threads required for the *multikill_timeout*.
|
Watchdog.Builder |
clearMultikillTimeout()
If max(2, ceil(registered_threads * Fraction(*multikill_threshold*)))
threads have been nonresponsive for at least this duration kill the entire
Envoy process.
|
Watchdog.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Watchdog.Builder |
clone() |
Watchdog.WatchdogAction |
getActions(int index)
Register actions that will fire on given WatchDog events.
|
Watchdog.WatchdogAction.Builder |
getActionsBuilder(int index)
Register actions that will fire on given WatchDog events.
|
List<Watchdog.WatchdogAction.Builder> |
getActionsBuilderList()
Register actions that will fire on given WatchDog events.
|
int |
getActionsCount()
Register actions that will fire on given WatchDog events.
|
List<Watchdog.WatchdogAction> |
getActionsList()
Register actions that will fire on given WatchDog events.
|
Watchdog.WatchdogActionOrBuilder |
getActionsOrBuilder(int index)
Register actions that will fire on given WatchDog events.
|
List<? extends Watchdog.WatchdogActionOrBuilder> |
getActionsOrBuilderList()
Register actions that will fire on given WatchDog events.
|
Watchdog |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Duration |
getKillTimeout()
If a watched thread has been nonresponsive for this duration, assume a
programming error and kill the entire Envoy process.
|
com.google.protobuf.Duration.Builder |
getKillTimeoutBuilder()
If a watched thread has been nonresponsive for this duration, assume a
programming error and kill the entire Envoy process.
|
com.google.protobuf.DurationOrBuilder |
getKillTimeoutOrBuilder()
If a watched thread has been nonresponsive for this duration, assume a
programming error and kill the entire Envoy process.
|
com.google.protobuf.Duration |
getMaxKillTimeoutJitter()
Defines the maximum jitter used to adjust the *kill_timeout* if *kill_timeout* is
enabled.
|
com.google.protobuf.Duration.Builder |
getMaxKillTimeoutJitterBuilder()
Defines the maximum jitter used to adjust the *kill_timeout* if *kill_timeout* is
enabled.
|
com.google.protobuf.DurationOrBuilder |
getMaxKillTimeoutJitterOrBuilder()
Defines the maximum jitter used to adjust the *kill_timeout* if *kill_timeout* is
enabled.
|
com.google.protobuf.Duration |
getMegamissTimeout()
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_mega_miss* statistic.
|
com.google.protobuf.Duration.Builder |
getMegamissTimeoutBuilder()
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_mega_miss* statistic.
|
com.google.protobuf.DurationOrBuilder |
getMegamissTimeoutOrBuilder()
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_mega_miss* statistic.
|
com.google.protobuf.Duration |
getMissTimeout()
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_miss* statistic.
|
com.google.protobuf.Duration.Builder |
getMissTimeoutBuilder()
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_miss* statistic.
|
com.google.protobuf.DurationOrBuilder |
getMissTimeoutOrBuilder()
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_miss* statistic.
|
Percent |
getMultikillThreshold()
Sets the threshold for *multikill_timeout* in terms of the percentage of
nonresponsive threads required for the *multikill_timeout*.
|
Percent.Builder |
getMultikillThresholdBuilder()
Sets the threshold for *multikill_timeout* in terms of the percentage of
nonresponsive threads required for the *multikill_timeout*.
|
PercentOrBuilder |
getMultikillThresholdOrBuilder()
Sets the threshold for *multikill_timeout* in terms of the percentage of
nonresponsive threads required for the *multikill_timeout*.
|
com.google.protobuf.Duration |
getMultikillTimeout()
If max(2, ceil(registered_threads * Fraction(*multikill_threshold*)))
threads have been nonresponsive for at least this duration kill the entire
Envoy process.
|
com.google.protobuf.Duration.Builder |
getMultikillTimeoutBuilder()
If max(2, ceil(registered_threads * Fraction(*multikill_threshold*)))
threads have been nonresponsive for at least this duration kill the entire
Envoy process.
|
com.google.protobuf.DurationOrBuilder |
getMultikillTimeoutOrBuilder()
If max(2, ceil(registered_threads * Fraction(*multikill_threshold*)))
threads have been nonresponsive for at least this duration kill the entire
Envoy process.
|
boolean |
hasKillTimeout()
If a watched thread has been nonresponsive for this duration, assume a
programming error and kill the entire Envoy process.
|
boolean |
hasMaxKillTimeoutJitter()
Defines the maximum jitter used to adjust the *kill_timeout* if *kill_timeout* is
enabled.
|
boolean |
hasMegamissTimeout()
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_mega_miss* statistic.
|
boolean |
hasMissTimeout()
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_miss* statistic.
|
boolean |
hasMultikillThreshold()
Sets the threshold for *multikill_timeout* in terms of the percentage of
nonresponsive threads required for the *multikill_timeout*.
|
boolean |
hasMultikillTimeout()
If max(2, ceil(registered_threads * Fraction(*multikill_threshold*)))
threads have been nonresponsive for at least this duration kill the entire
Envoy process.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Watchdog.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Watchdog.Builder |
mergeFrom(com.google.protobuf.Message other) |
Watchdog.Builder |
mergeFrom(Watchdog other) |
Watchdog.Builder |
mergeKillTimeout(com.google.protobuf.Duration value)
If a watched thread has been nonresponsive for this duration, assume a
programming error and kill the entire Envoy process.
|
Watchdog.Builder |
mergeMaxKillTimeoutJitter(com.google.protobuf.Duration value)
Defines the maximum jitter used to adjust the *kill_timeout* if *kill_timeout* is
enabled.
|
Watchdog.Builder |
mergeMegamissTimeout(com.google.protobuf.Duration value)
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_mega_miss* statistic.
|
Watchdog.Builder |
mergeMissTimeout(com.google.protobuf.Duration value)
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_miss* statistic.
|
Watchdog.Builder |
mergeMultikillThreshold(Percent value)
Sets the threshold for *multikill_timeout* in terms of the percentage of
nonresponsive threads required for the *multikill_timeout*.
|
Watchdog.Builder |
mergeMultikillTimeout(com.google.protobuf.Duration value)
If max(2, ceil(registered_threads * Fraction(*multikill_threshold*)))
threads have been nonresponsive for at least this duration kill the entire
Envoy process.
|
Watchdog.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Watchdog.Builder |
removeActions(int index)
Register actions that will fire on given WatchDog events.
|
Watchdog.Builder |
setActions(int index,
Watchdog.WatchdogAction.Builder builderForValue)
Register actions that will fire on given WatchDog events.
|
Watchdog.Builder |
setActions(int index,
Watchdog.WatchdogAction value)
Register actions that will fire on given WatchDog events.
|
Watchdog.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Watchdog.Builder |
setKillTimeout(com.google.protobuf.Duration.Builder builderForValue)
If a watched thread has been nonresponsive for this duration, assume a
programming error and kill the entire Envoy process.
|
Watchdog.Builder |
setKillTimeout(com.google.protobuf.Duration value)
If a watched thread has been nonresponsive for this duration, assume a
programming error and kill the entire Envoy process.
|
Watchdog.Builder |
setMaxKillTimeoutJitter(com.google.protobuf.Duration.Builder builderForValue)
Defines the maximum jitter used to adjust the *kill_timeout* if *kill_timeout* is
enabled.
|
Watchdog.Builder |
setMaxKillTimeoutJitter(com.google.protobuf.Duration value)
Defines the maximum jitter used to adjust the *kill_timeout* if *kill_timeout* is
enabled.
|
Watchdog.Builder |
setMegamissTimeout(com.google.protobuf.Duration.Builder builderForValue)
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_mega_miss* statistic.
|
Watchdog.Builder |
setMegamissTimeout(com.google.protobuf.Duration value)
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_mega_miss* statistic.
|
Watchdog.Builder |
setMissTimeout(com.google.protobuf.Duration.Builder builderForValue)
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_miss* statistic.
|
Watchdog.Builder |
setMissTimeout(com.google.protobuf.Duration value)
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_miss* statistic.
|
Watchdog.Builder |
setMultikillThreshold(Percent.Builder builderForValue)
Sets the threshold for *multikill_timeout* in terms of the percentage of
nonresponsive threads required for the *multikill_timeout*.
|
Watchdog.Builder |
setMultikillThreshold(Percent value)
Sets the threshold for *multikill_timeout* in terms of the percentage of
nonresponsive threads required for the *multikill_timeout*.
|
Watchdog.Builder |
setMultikillTimeout(com.google.protobuf.Duration.Builder builderForValue)
If max(2, ceil(registered_threads * Fraction(*multikill_threshold*)))
threads have been nonresponsive for at least this duration kill the entire
Envoy process.
|
Watchdog.Builder |
setMultikillTimeout(com.google.protobuf.Duration value)
If max(2, ceil(registered_threads * Fraction(*multikill_threshold*)))
threads have been nonresponsive for at least this duration kill the entire
Envoy process.
|
Watchdog.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Watchdog.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>public Watchdog.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>public Watchdog getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Watchdog build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Watchdog buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Watchdog.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>public Watchdog.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>public Watchdog.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>public Watchdog.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>public Watchdog.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>public Watchdog.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>public Watchdog.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Watchdog.Builder>public Watchdog.Builder mergeFrom(Watchdog other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>public Watchdog.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Watchdog.Builder>IOExceptionpublic List<Watchdog.WatchdogAction> getActionsList()
Register actions that will fire on given WatchDog events. See *WatchDogAction* for priority of events.
repeated .envoy.config.bootstrap.v3.Watchdog.WatchdogAction actions = 7;getActionsList in interface WatchdogOrBuilderpublic int getActionsCount()
Register actions that will fire on given WatchDog events. See *WatchDogAction* for priority of events.
repeated .envoy.config.bootstrap.v3.Watchdog.WatchdogAction actions = 7;getActionsCount in interface WatchdogOrBuilderpublic Watchdog.WatchdogAction getActions(int index)
Register actions that will fire on given WatchDog events. See *WatchDogAction* for priority of events.
repeated .envoy.config.bootstrap.v3.Watchdog.WatchdogAction actions = 7;getActions in interface WatchdogOrBuilderpublic Watchdog.Builder setActions(int index, Watchdog.WatchdogAction value)
Register actions that will fire on given WatchDog events. See *WatchDogAction* for priority of events.
repeated .envoy.config.bootstrap.v3.Watchdog.WatchdogAction actions = 7;public Watchdog.Builder setActions(int index, Watchdog.WatchdogAction.Builder builderForValue)
Register actions that will fire on given WatchDog events. See *WatchDogAction* for priority of events.
repeated .envoy.config.bootstrap.v3.Watchdog.WatchdogAction actions = 7;public Watchdog.Builder addActions(Watchdog.WatchdogAction value)
Register actions that will fire on given WatchDog events. See *WatchDogAction* for priority of events.
repeated .envoy.config.bootstrap.v3.Watchdog.WatchdogAction actions = 7;public Watchdog.Builder addActions(int index, Watchdog.WatchdogAction value)
Register actions that will fire on given WatchDog events. See *WatchDogAction* for priority of events.
repeated .envoy.config.bootstrap.v3.Watchdog.WatchdogAction actions = 7;public Watchdog.Builder addActions(Watchdog.WatchdogAction.Builder builderForValue)
Register actions that will fire on given WatchDog events. See *WatchDogAction* for priority of events.
repeated .envoy.config.bootstrap.v3.Watchdog.WatchdogAction actions = 7;public Watchdog.Builder addActions(int index, Watchdog.WatchdogAction.Builder builderForValue)
Register actions that will fire on given WatchDog events. See *WatchDogAction* for priority of events.
repeated .envoy.config.bootstrap.v3.Watchdog.WatchdogAction actions = 7;public Watchdog.Builder addAllActions(Iterable<? extends Watchdog.WatchdogAction> values)
Register actions that will fire on given WatchDog events. See *WatchDogAction* for priority of events.
repeated .envoy.config.bootstrap.v3.Watchdog.WatchdogAction actions = 7;public Watchdog.Builder clearActions()
Register actions that will fire on given WatchDog events. See *WatchDogAction* for priority of events.
repeated .envoy.config.bootstrap.v3.Watchdog.WatchdogAction actions = 7;public Watchdog.Builder removeActions(int index)
Register actions that will fire on given WatchDog events. See *WatchDogAction* for priority of events.
repeated .envoy.config.bootstrap.v3.Watchdog.WatchdogAction actions = 7;public Watchdog.WatchdogAction.Builder getActionsBuilder(int index)
Register actions that will fire on given WatchDog events. See *WatchDogAction* for priority of events.
repeated .envoy.config.bootstrap.v3.Watchdog.WatchdogAction actions = 7;public Watchdog.WatchdogActionOrBuilder getActionsOrBuilder(int index)
Register actions that will fire on given WatchDog events. See *WatchDogAction* for priority of events.
repeated .envoy.config.bootstrap.v3.Watchdog.WatchdogAction actions = 7;getActionsOrBuilder in interface WatchdogOrBuilderpublic List<? extends Watchdog.WatchdogActionOrBuilder> getActionsOrBuilderList()
Register actions that will fire on given WatchDog events. See *WatchDogAction* for priority of events.
repeated .envoy.config.bootstrap.v3.Watchdog.WatchdogAction actions = 7;getActionsOrBuilderList in interface WatchdogOrBuilderpublic Watchdog.WatchdogAction.Builder addActionsBuilder()
Register actions that will fire on given WatchDog events. See *WatchDogAction* for priority of events.
repeated .envoy.config.bootstrap.v3.Watchdog.WatchdogAction actions = 7;public Watchdog.WatchdogAction.Builder addActionsBuilder(int index)
Register actions that will fire on given WatchDog events. See *WatchDogAction* for priority of events.
repeated .envoy.config.bootstrap.v3.Watchdog.WatchdogAction actions = 7;public List<Watchdog.WatchdogAction.Builder> getActionsBuilderList()
Register actions that will fire on given WatchDog events. See *WatchDogAction* for priority of events.
repeated .envoy.config.bootstrap.v3.Watchdog.WatchdogAction actions = 7;public boolean hasMissTimeout()
The duration after which Envoy counts a nonresponsive thread in the *watchdog_miss* statistic. If not specified the default is 200ms.
.google.protobuf.Duration miss_timeout = 1;hasMissTimeout in interface WatchdogOrBuilderpublic com.google.protobuf.Duration getMissTimeout()
The duration after which Envoy counts a nonresponsive thread in the *watchdog_miss* statistic. If not specified the default is 200ms.
.google.protobuf.Duration miss_timeout = 1;getMissTimeout in interface WatchdogOrBuilderpublic Watchdog.Builder setMissTimeout(com.google.protobuf.Duration value)
The duration after which Envoy counts a nonresponsive thread in the *watchdog_miss* statistic. If not specified the default is 200ms.
.google.protobuf.Duration miss_timeout = 1;public Watchdog.Builder setMissTimeout(com.google.protobuf.Duration.Builder builderForValue)
The duration after which Envoy counts a nonresponsive thread in the *watchdog_miss* statistic. If not specified the default is 200ms.
.google.protobuf.Duration miss_timeout = 1;public Watchdog.Builder mergeMissTimeout(com.google.protobuf.Duration value)
The duration after which Envoy counts a nonresponsive thread in the *watchdog_miss* statistic. If not specified the default is 200ms.
.google.protobuf.Duration miss_timeout = 1;public Watchdog.Builder clearMissTimeout()
The duration after which Envoy counts a nonresponsive thread in the *watchdog_miss* statistic. If not specified the default is 200ms.
.google.protobuf.Duration miss_timeout = 1;public com.google.protobuf.Duration.Builder getMissTimeoutBuilder()
The duration after which Envoy counts a nonresponsive thread in the *watchdog_miss* statistic. If not specified the default is 200ms.
.google.protobuf.Duration miss_timeout = 1;public com.google.protobuf.DurationOrBuilder getMissTimeoutOrBuilder()
The duration after which Envoy counts a nonresponsive thread in the *watchdog_miss* statistic. If not specified the default is 200ms.
.google.protobuf.Duration miss_timeout = 1;getMissTimeoutOrBuilder in interface WatchdogOrBuilderpublic boolean hasMegamissTimeout()
The duration after which Envoy counts a nonresponsive thread in the *watchdog_mega_miss* statistic. If not specified the default is 1000ms.
.google.protobuf.Duration megamiss_timeout = 2;hasMegamissTimeout in interface WatchdogOrBuilderpublic com.google.protobuf.Duration getMegamissTimeout()
The duration after which Envoy counts a nonresponsive thread in the *watchdog_mega_miss* statistic. If not specified the default is 1000ms.
.google.protobuf.Duration megamiss_timeout = 2;getMegamissTimeout in interface WatchdogOrBuilderpublic Watchdog.Builder setMegamissTimeout(com.google.protobuf.Duration value)
The duration after which Envoy counts a nonresponsive thread in the *watchdog_mega_miss* statistic. If not specified the default is 1000ms.
.google.protobuf.Duration megamiss_timeout = 2;public Watchdog.Builder setMegamissTimeout(com.google.protobuf.Duration.Builder builderForValue)
The duration after which Envoy counts a nonresponsive thread in the *watchdog_mega_miss* statistic. If not specified the default is 1000ms.
.google.protobuf.Duration megamiss_timeout = 2;public Watchdog.Builder mergeMegamissTimeout(com.google.protobuf.Duration value)
The duration after which Envoy counts a nonresponsive thread in the *watchdog_mega_miss* statistic. If not specified the default is 1000ms.
.google.protobuf.Duration megamiss_timeout = 2;public Watchdog.Builder clearMegamissTimeout()
The duration after which Envoy counts a nonresponsive thread in the *watchdog_mega_miss* statistic. If not specified the default is 1000ms.
.google.protobuf.Duration megamiss_timeout = 2;public com.google.protobuf.Duration.Builder getMegamissTimeoutBuilder()
The duration after which Envoy counts a nonresponsive thread in the *watchdog_mega_miss* statistic. If not specified the default is 1000ms.
.google.protobuf.Duration megamiss_timeout = 2;public com.google.protobuf.DurationOrBuilder getMegamissTimeoutOrBuilder()
The duration after which Envoy counts a nonresponsive thread in the *watchdog_mega_miss* statistic. If not specified the default is 1000ms.
.google.protobuf.Duration megamiss_timeout = 2;getMegamissTimeoutOrBuilder in interface WatchdogOrBuilderpublic boolean hasKillTimeout()
If a watched thread has been nonresponsive for this duration, assume a programming error and kill the entire Envoy process. Set to 0 to disable kill behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration kill_timeout = 3;hasKillTimeout in interface WatchdogOrBuilderpublic com.google.protobuf.Duration getKillTimeout()
If a watched thread has been nonresponsive for this duration, assume a programming error and kill the entire Envoy process. Set to 0 to disable kill behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration kill_timeout = 3;getKillTimeout in interface WatchdogOrBuilderpublic Watchdog.Builder setKillTimeout(com.google.protobuf.Duration value)
If a watched thread has been nonresponsive for this duration, assume a programming error and kill the entire Envoy process. Set to 0 to disable kill behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration kill_timeout = 3;public Watchdog.Builder setKillTimeout(com.google.protobuf.Duration.Builder builderForValue)
If a watched thread has been nonresponsive for this duration, assume a programming error and kill the entire Envoy process. Set to 0 to disable kill behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration kill_timeout = 3;public Watchdog.Builder mergeKillTimeout(com.google.protobuf.Duration value)
If a watched thread has been nonresponsive for this duration, assume a programming error and kill the entire Envoy process. Set to 0 to disable kill behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration kill_timeout = 3;public Watchdog.Builder clearKillTimeout()
If a watched thread has been nonresponsive for this duration, assume a programming error and kill the entire Envoy process. Set to 0 to disable kill behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration kill_timeout = 3;public com.google.protobuf.Duration.Builder getKillTimeoutBuilder()
If a watched thread has been nonresponsive for this duration, assume a programming error and kill the entire Envoy process. Set to 0 to disable kill behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration kill_timeout = 3;public com.google.protobuf.DurationOrBuilder getKillTimeoutOrBuilder()
If a watched thread has been nonresponsive for this duration, assume a programming error and kill the entire Envoy process. Set to 0 to disable kill behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration kill_timeout = 3;getKillTimeoutOrBuilder in interface WatchdogOrBuilderpublic boolean hasMaxKillTimeoutJitter()
Defines the maximum jitter used to adjust the *kill_timeout* if *kill_timeout* is enabled. Enabling this feature would help to reduce risk of synchronized watchdog kill events across proxies due to external triggers. Set to 0 to disable. If not specified the default is 0 (disabled).
.google.protobuf.Duration max_kill_timeout_jitter = 6 [(.validate.rules) = { ... }hasMaxKillTimeoutJitter in interface WatchdogOrBuilderpublic com.google.protobuf.Duration getMaxKillTimeoutJitter()
Defines the maximum jitter used to adjust the *kill_timeout* if *kill_timeout* is enabled. Enabling this feature would help to reduce risk of synchronized watchdog kill events across proxies due to external triggers. Set to 0 to disable. If not specified the default is 0 (disabled).
.google.protobuf.Duration max_kill_timeout_jitter = 6 [(.validate.rules) = { ... }getMaxKillTimeoutJitter in interface WatchdogOrBuilderpublic Watchdog.Builder setMaxKillTimeoutJitter(com.google.protobuf.Duration value)
Defines the maximum jitter used to adjust the *kill_timeout* if *kill_timeout* is enabled. Enabling this feature would help to reduce risk of synchronized watchdog kill events across proxies due to external triggers. Set to 0 to disable. If not specified the default is 0 (disabled).
.google.protobuf.Duration max_kill_timeout_jitter = 6 [(.validate.rules) = { ... }public Watchdog.Builder setMaxKillTimeoutJitter(com.google.protobuf.Duration.Builder builderForValue)
Defines the maximum jitter used to adjust the *kill_timeout* if *kill_timeout* is enabled. Enabling this feature would help to reduce risk of synchronized watchdog kill events across proxies due to external triggers. Set to 0 to disable. If not specified the default is 0 (disabled).
.google.protobuf.Duration max_kill_timeout_jitter = 6 [(.validate.rules) = { ... }public Watchdog.Builder mergeMaxKillTimeoutJitter(com.google.protobuf.Duration value)
Defines the maximum jitter used to adjust the *kill_timeout* if *kill_timeout* is enabled. Enabling this feature would help to reduce risk of synchronized watchdog kill events across proxies due to external triggers. Set to 0 to disable. If not specified the default is 0 (disabled).
.google.protobuf.Duration max_kill_timeout_jitter = 6 [(.validate.rules) = { ... }public Watchdog.Builder clearMaxKillTimeoutJitter()
Defines the maximum jitter used to adjust the *kill_timeout* if *kill_timeout* is enabled. Enabling this feature would help to reduce risk of synchronized watchdog kill events across proxies due to external triggers. Set to 0 to disable. If not specified the default is 0 (disabled).
.google.protobuf.Duration max_kill_timeout_jitter = 6 [(.validate.rules) = { ... }public com.google.protobuf.Duration.Builder getMaxKillTimeoutJitterBuilder()
Defines the maximum jitter used to adjust the *kill_timeout* if *kill_timeout* is enabled. Enabling this feature would help to reduce risk of synchronized watchdog kill events across proxies due to external triggers. Set to 0 to disable. If not specified the default is 0 (disabled).
.google.protobuf.Duration max_kill_timeout_jitter = 6 [(.validate.rules) = { ... }public com.google.protobuf.DurationOrBuilder getMaxKillTimeoutJitterOrBuilder()
Defines the maximum jitter used to adjust the *kill_timeout* if *kill_timeout* is enabled. Enabling this feature would help to reduce risk of synchronized watchdog kill events across proxies due to external triggers. Set to 0 to disable. If not specified the default is 0 (disabled).
.google.protobuf.Duration max_kill_timeout_jitter = 6 [(.validate.rules) = { ... }getMaxKillTimeoutJitterOrBuilder in interface WatchdogOrBuilderpublic boolean hasMultikillTimeout()
If max(2, ceil(registered_threads * Fraction(*multikill_threshold*))) threads have been nonresponsive for at least this duration kill the entire Envoy process. Set to 0 to disable this behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration multikill_timeout = 4;hasMultikillTimeout in interface WatchdogOrBuilderpublic com.google.protobuf.Duration getMultikillTimeout()
If max(2, ceil(registered_threads * Fraction(*multikill_threshold*))) threads have been nonresponsive for at least this duration kill the entire Envoy process. Set to 0 to disable this behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration multikill_timeout = 4;getMultikillTimeout in interface WatchdogOrBuilderpublic Watchdog.Builder setMultikillTimeout(com.google.protobuf.Duration value)
If max(2, ceil(registered_threads * Fraction(*multikill_threshold*))) threads have been nonresponsive for at least this duration kill the entire Envoy process. Set to 0 to disable this behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration multikill_timeout = 4;public Watchdog.Builder setMultikillTimeout(com.google.protobuf.Duration.Builder builderForValue)
If max(2, ceil(registered_threads * Fraction(*multikill_threshold*))) threads have been nonresponsive for at least this duration kill the entire Envoy process. Set to 0 to disable this behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration multikill_timeout = 4;public Watchdog.Builder mergeMultikillTimeout(com.google.protobuf.Duration value)
If max(2, ceil(registered_threads * Fraction(*multikill_threshold*))) threads have been nonresponsive for at least this duration kill the entire Envoy process. Set to 0 to disable this behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration multikill_timeout = 4;public Watchdog.Builder clearMultikillTimeout()
If max(2, ceil(registered_threads * Fraction(*multikill_threshold*))) threads have been nonresponsive for at least this duration kill the entire Envoy process. Set to 0 to disable this behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration multikill_timeout = 4;public com.google.protobuf.Duration.Builder getMultikillTimeoutBuilder()
If max(2, ceil(registered_threads * Fraction(*multikill_threshold*))) threads have been nonresponsive for at least this duration kill the entire Envoy process. Set to 0 to disable this behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration multikill_timeout = 4;public com.google.protobuf.DurationOrBuilder getMultikillTimeoutOrBuilder()
If max(2, ceil(registered_threads * Fraction(*multikill_threshold*))) threads have been nonresponsive for at least this duration kill the entire Envoy process. Set to 0 to disable this behavior. If not specified the default is 0 (disabled).
.google.protobuf.Duration multikill_timeout = 4;getMultikillTimeoutOrBuilder in interface WatchdogOrBuilderpublic boolean hasMultikillThreshold()
Sets the threshold for *multikill_timeout* in terms of the percentage of nonresponsive threads required for the *multikill_timeout*. If not specified the default is 0.
.envoy.type.v3.Percent multikill_threshold = 5;hasMultikillThreshold in interface WatchdogOrBuilderpublic Percent getMultikillThreshold()
Sets the threshold for *multikill_timeout* in terms of the percentage of nonresponsive threads required for the *multikill_timeout*. If not specified the default is 0.
.envoy.type.v3.Percent multikill_threshold = 5;getMultikillThreshold in interface WatchdogOrBuilderpublic Watchdog.Builder setMultikillThreshold(Percent value)
Sets the threshold for *multikill_timeout* in terms of the percentage of nonresponsive threads required for the *multikill_timeout*. If not specified the default is 0.
.envoy.type.v3.Percent multikill_threshold = 5;public Watchdog.Builder setMultikillThreshold(Percent.Builder builderForValue)
Sets the threshold for *multikill_timeout* in terms of the percentage of nonresponsive threads required for the *multikill_timeout*. If not specified the default is 0.
.envoy.type.v3.Percent multikill_threshold = 5;public Watchdog.Builder mergeMultikillThreshold(Percent value)
Sets the threshold for *multikill_timeout* in terms of the percentage of nonresponsive threads required for the *multikill_timeout*. If not specified the default is 0.
.envoy.type.v3.Percent multikill_threshold = 5;public Watchdog.Builder clearMultikillThreshold()
Sets the threshold for *multikill_timeout* in terms of the percentage of nonresponsive threads required for the *multikill_timeout*. If not specified the default is 0.
.envoy.type.v3.Percent multikill_threshold = 5;public Percent.Builder getMultikillThresholdBuilder()
Sets the threshold for *multikill_timeout* in terms of the percentage of nonresponsive threads required for the *multikill_timeout*. If not specified the default is 0.
.envoy.type.v3.Percent multikill_threshold = 5;public PercentOrBuilder getMultikillThresholdOrBuilder()
Sets the threshold for *multikill_timeout* in terms of the percentage of nonresponsive threads required for the *multikill_timeout*. If not specified the default is 0.
.envoy.type.v3.Percent multikill_threshold = 5;getMultikillThresholdOrBuilder in interface WatchdogOrBuilderpublic final Watchdog.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>public final Watchdog.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>Copyright © 2018–2021 The Envoy Project. All rights reserved.