@@ -37,15 +37,7 @@ arguments:
3737 optional : true
3838 token : DUPLICATE_POLICY
3939 type : oneof
40- - arguments :
41- - name : ignoreMaxTimediff
42- type : integer
43- - name : ignoreMaxValDiff
44- type : double
45- name : ignore
46- optional : true
47- token : IGNORE
48- type : block
40+
4941- arguments :
5042 - name : label
5143 type : string
@@ -79,14 +71,11 @@ stack_path: docs/data-types/timeseries
7971summary : Update the retention, chunk size, duplicate policy, and labels of an existing
8072 time series
8173syntax : " TS.ALTER key \n [RETENTION retentionPeriod] \n [CHUNK_SIZE size] \n [DUPLICATE_POLICY\
82- \ policy] \n [IGNORE ignoreMaxTimediff ignoreMaxValDiff] \n [LABELS [label value\
83- \ ...]]\n "
74+ \ policy] \n [LABELS [label value ...]]\n "
8475syntax_fmt : " TS.ALTER key [RETENTION\_ retentionPeriod] [CHUNK_SIZE\_ size]\n [DUPLICATE_POLICY\_ \
85- <BLOCK | FIRST | LAST | MIN | MAX | SUM>]\n [IGNORE\_ ignoreMaxTimediff ignoreMaxValDiff]\
86- \ [LABELS\_ label value\n [label value ...]]"
76+ <BLOCK | FIRST | LAST | MIN | MAX | SUM>] [LABELS\_ label value\n [label value ...]]"
8777syntax_str : " [RETENTION\_ retentionPeriod] [CHUNK_SIZE\_ size] [DUPLICATE_POLICY\_ <BLOCK\
88- \ | FIRST | LAST | MIN | MAX | SUM>] [IGNORE\_ ignoreMaxTimediff ignoreMaxValDiff]\
89- \ [LABELS\_ label value [label value ...]]"
78+ \ | FIRST | LAST | MIN | MAX | SUM>] [LABELS\_ label value [label value ...]]"
9079title : TS.ALTER
9180---
9281
@@ -120,10 +109,6 @@ is the initial allocation size, in bytes, for the data part of each new chunk. A
120109is policy for handling multiple samples with identical timestamps. See ` DUPLICATE_POLICY ` in [ ` TS.CREATE ` ] ({{< relref "commands/ts.create/" >}}).
121110</details >
122111
123- <details open ><summary ><code >IGNORE ignoreMaxTimediff ignoreMaxValDiff</code ></summary >
124-
125- is the policy for handling duplicate samples. See ` IGNORE ` in [ ` TS.CREATE ` ] ({{< relref "commands/ts.create/" >}}).
126- </details >
127112
128113<details open ><summary ><code >LABELS [{label value}...]</code ></summary >
129114
0 commit comments