Prometheus and Grafana Alerting for Absent Metric

group by (org_id, cluster_id) (
             process_resident_memory_bytes{type="some type" } offset 1h
             unless on(org_id, cluster_id)
             process_resident_memory_bytes{type="some type"}
)==1