package envoy.watchdog.v3

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message AbortActionConfig

abort_action.proto:22

A GuardDogAction that will terminate the process by killing the stuck thread. This would allow easier access to the call stack of the stuck thread since we would run signal handlers on that thread. By default this will be registered to run as the last watchdog action on KILL and MULTIKILL events if those are enabled.