v.19.11Improvement
More Robust Code for Sending Metrics to Graphite
More robust code for sending metrics to Graphite. It will work even during long multiple RENAME TABLE operation. #5875 (alexey-milovidov)Why it matters
This feature addresses the issue of metrics not being sent reliably to Graphite during long-running multipleRENAME TABLE operations. It ensures continuous and stable metrics reporting, which is crucial for monitoring and maintaining ClickHouse clusters effectively.How to use it
The improvement works transparently without requiring explicit user configuration. Metrics sending to Graphite will now be more stable duringRENAME TABLE operations without any changes needed in user actions.