v.23.2Improvement
Add ProfileEvents and CurrentMetrics for Parallel Replicas Callback Tasks
AddProfileEventsandCurrentMetricsabout the callback tasks for parallel replicas (s3ClusterandMergeTreetables). #46313 (Alexey Milovidov).
Why it matters
This feature provides visibility into the operations of callback tasks for parallel replicas, helping users track performance and resource usage efficiently in distributed ClickHouse setups usings3Cluster and MergeTree tables.How to use it
Users can view the newProfileEvents and CurrentMetrics related to callback tasks through existing monitoring tools and queries that access these metrics. No additional configuration is required to enable these metrics.