Playground
控制台
其他链接
简体中文
Appearance
PromQL支持指标与数值间计算,例如下面的query表示将内存指标的byte单位转换为Mb:
process_resident_memory_bytes / 1024 / 1024