Hi I have two projects project-A and project-B. I have created a monitoring workspace in project-A and added project-B in that workspace. I want to create alerts from log based metrics . I have created the log based metrics in project-A and created an alert from it but it wouldn't trigger for project-B it works for project-A only. For log based metrics my query is -
"resource.type="build"
severity=ERROR"
so alert triggers when cloudbuild fails in project-A but not when it fails in project-B. Is it possible to do that?