system.graphite_retentions
包含有关参数 graphite_rollup 的信息,这些参数用于具有 *GraphiteMergeTree 引擎的表。
列:
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参数的表名数组。