跳到主要内容

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