Skip to content

PromQL supports calculations between metrics and numeric values. The following query statement converts the unit of the memory metric from byte to MB:

SQL
process_resident_memory_bytes / 1024 / 1024

图 11