system.graphite_retentions
Contains information about parameters graphite_rollup which are used in tables with *GraphiteMergeTree engines.
Columns:
config_name(String) -graphite_rollupパラメータ名。regexp(String) - メトリック名のパターン。function(String) - 集計関数の名前。age(UInt64) - データの最小年齢(秒単位)。precision(UInt64) - データの年齢を秒単位でどれだけ正確に定義するか。priority(UInt16) - パターンの優先度。is_default(UInt8) - パターンがデフォルトであるかどうか。Tables.database(Array(String)) -config_nameパラメータを使用するデータベーステーブルの名前の配列。Tables.table(Array(String)) -config_nameパラメータを使用するテーブル名の配列。