The process_resident_memory_bytes metric indicates resident memory. The following alert policy indicates that the system reports an alert if the resident memory of an instance is greater than 8 GB:
SQL
* | select promql_query('process_resident_memory_bytes/1024/1024/1024 > 8') from metrics limit 1000