v.20.4New Feature

Add OS Memory Usage to system.asynchronous_metrics

Add memory usage from OS to system.asynchronous_metrics. #10361 (alexey-milovidov)
Add memory usage metrics from the operating system to the system.asynchronous_metrics table.

Why it matters

This feature provides visibility into the OS-level memory usage directly within ClickHouse's asynchronous metrics. It helps users monitor and analyze system memory consumption alongside ClickHouse internal metrics, improving troubleshooting and resource management.

How to use it

Users can query the updated system.asynchronous_metrics table to access the new OS memory usage metrics without any additional configuration.