v.22.1New Feature
Allow Splitting GraphiteMergeTree Rollup Rules for Metrics
Allow to split GraphiteMergeTree rollup rules for plain/tagged metrics (optional rule_type field). #33494 (Michail Safronov).Why it matters
This feature allows users to define separate rollup rules for plain and tagged metrics withinGraphiteMergeTree tables, improving flexibility and control over how metrics are aggregated and stored. It addresses the need to handle these metric types distinctly in rollup processing.How to use it
To use this feature, add the optionalrule_type field to your rollup rules configuration in GraphiteMergeTree tables. Specify the appropriate metric type (plain or tagged) for each rule to apply different rollups accordingly.