v.20.5New Feature
Add jemalloc statistics to system.asynchronous_metrics
Add morejemallocstatistics tosystem.asynchronous_metrics, and ensure that we see up-to-date values for them. #11748 (Alexander Kuzmenkov).
Why it matters
This feature enhances monitoring capabilities by providing more detailed and currentjemalloc allocator metrics. It helps users better understand memory usage patterns and diagnose memory-related issues in ClickHouse more effectively.How to use it
Users can query thesystem.asynchronous_metrics table to access the expanded set of jemalloc statistics. No special configuration is required beyond having the appropriate permissions to read from the system table.