Skip to content

Query all metric data of the specified metric process_resident_memory_bytes and instance 172.20.0.143:8084.

SQL
*| SELECT * FROM "metrics_store_name.prom" WHERE __name__ = 'process_resident_memory_bytes' and element_at(__labels__, 'instance')='172.20.0.143:8084' limit all

Example

picture 2