i've added new alert policy on stackdriver in our project to be notified when GKE upgrade is in progress. i saw there are log entries that indicate such upgrade operation so i've created a log based metric (counter) for this long entries and created an alert then will fire the soon as this metric is above a Treshold of 0. (Configured with 'any time series violates' with condition is above treshold of 0 for most recent value).
when upgrade started i do get an alert that it started as expected. the thing is , when the upgrade is finished and this metric reach back to 0 , there is no 'resolved' operation on this policy.
why? what am i missing?
thanks