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).
Adds the ability to split GraphiteMergeTree rollup rules based on metric types by introducing an optional rule_type field to differentiate between plain and tagged metrics.

Why it matters

This feature allows users to define separate rollup rules for plain and tagged metrics within GraphiteMergeTree 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 optional rule_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.