i'm using log based metrics on few alert policies that triggers an alert when specific errors are shown on our logs.
the things is, after an incident created it never resolved as when there are no errors the metric graph shows "no data" and not just 0.
how can i update the alerts policy to show 0 instead of no data?
the same happens for metrics of containers. when container dies the alerts does not resolved automatically (only after 7 days)
fetch k8s_container
| metric 'logging.googleapis.com/user/errors'
| group_by 1m, [row_count: row_count()]
| every 1m
| group_by [], [row_count_aggregate: aggregate(row_count)]
10x