mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
29 lines
816 B
XML
29 lines
816 B
XML
|
<yandex>
|
||
|
<graphite_rollup>
|
||
|
<version_column_name>Version</version_column_name>
|
||
|
<pattern>
|
||
|
<regexp>sum</regexp>
|
||
|
<function>sum</function>
|
||
|
<retention>
|
||
|
<age>0</age>
|
||
|
<precision>600</precision>
|
||
|
</retention>
|
||
|
<retention>
|
||
|
<age>172800</age> <!-- 2 days -->
|
||
|
<precision>6000</precision>
|
||
|
</retention>
|
||
|
</pattern>
|
||
|
<default>
|
||
|
<function>max</function>
|
||
|
<retention>
|
||
|
<age>0</age>
|
||
|
<precision>600</precision>
|
||
|
</retention>
|
||
|
<retention>
|
||
|
<age>172800</age>
|
||
|
<precision>6000</precision>
|
||
|
</retention>
|
||
|
</default>
|
||
|
</graphite_rollup>
|
||
|
</yandex>
|