Synthetic Monitoring per-check Alerts

Hi, I’m using Grafana Synthetic Monitoring and I like the new per-check alerts. I would like to use it, but one thing I’m missing.

I used to use alert examples from here (which wasn’t that great, mostly not handling nodata or null values), but I used to customize the alert query and add * on(instance, job) group_left(label_env, label_team, label_service, label_severity) (max without (probe, geohash) (sm_check_info{})) to get env, team, service, severity labels into the alert to be able to route it correctly in Grafana IRM.

Is there any way I can do this without customizing per-check alerts?