I have stackdriver alerts setup that notify whenever the CPU utilisation for a compute engine instance falls below or rises above some thresholds.
I would like to restart the instance whenever this alert is fired.
How do I achieve this without having to write & maintain another vm or cloud function?
Does stackdriver or any other monitoring option on GCP let me reset instances based on an alert condition?