Skip to content

Query all raw time series data of the process_resident_memory_bytes metric within the specified time range.

SQL
 *| SELECT * FROM "metrics_store_name.prom" WHERE __name__ = 'process_resident_memory_bytes'

示例

图 1