跳到主要内容
跳到主要内容
编辑此页

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