v.22.7Improvement

Expose ClickHouse Keeper Monitoring Data

Expose basic ClickHouse Keeper related monitoring data (via ProfileEvents and CurrentMetrics). #38072 (lingpeng0314).
Expose basic ClickHouse Keeper monitoring data through ProfileEvents and CurrentMetrics to provide insights into Keeper's internal operations.

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 existing ProfileEvents and CurrentMetrics interfaces without additional configuration. Queries can be made against these system tables or used in monitoring setups to retrieve Keeper-related statistics.