v.24.1New Feature

Added SYSTEM RELOAD ASYNCHRONOUS METRICS Statement for Testing and Development

Added statement SYSTEM RELOAD ASYNCHRONOUS METRICS which updates the asynchronous metrics. Mostly useful for testing and development. #53710 (Robert Schulze).
Added the SYSTEM RELOAD ASYNCHRONOUS METRICS statement to manually update asynchronous metrics in ClickHouse.

Why it matters

This feature allows users to manually reload and update asynchronous metrics, which is primarily useful for testing and development scenarios where metrics need to be refreshed on demand without waiting for automatic updates.

How to use it

Execute the SQL statement:

SYSTEM RELOAD ASYNCHRONOUS METRICS


to trigger an immediate update of the asynchronous metrics.