Playground
Console
Others
English
Appearance
PromQL supports calculations between metrics and numeric values. The following query statement converts the unit of the memory metric from byte to MB:
process_resident_memory_bytes / 1024 / 1024