跳到主要内容
跳到主要内容

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 参数的表名称数组。