v.22.7Improvement
Expose ClickHouse Keeper Monitoring Data
Expose basic ClickHouse Keeper related monitoring data (via ProfileEvents and CurrentMetrics). #38072 (lingpeng0314).
Why it matters
This feature addresses the need to monitor ClickHouse Keeper more effectively by making key metrics and events available. It helps users track the performance and health of the Keeper service, enabling easier debugging and system optimization.How to use it
Users can access the newly exposed Keeper metrics via the existingProfileEvents and CurrentMetrics interfaces without additional configuration. Queries can be made against these system tables or used in monitoring setups to retrieve Keeper-related statistics.