File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010
1111* The configuration setting ` append_step ` can take the special values
1212 ` "+" ` and ` "-" ` which are used to verify that the labels are monotonically
13- increasing or decreasing. [ #20 ]
13+ increasing and decreasing, respectively . [ #20 ]
1414
1515* It is now possible to reference environment variables
1616 in configuration files using the syntax ` ${ENV_VAR} ` . [ #36 ]
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ and `<units>` is one of the possible
106106for example, ` 8h ` (8 hours) or ` 2D ` (two days). Numerical and timedelta values
107107may be negative. ` append_step ` can also take the two special values ` "+" ` and
108108` "-" ` . In this case it is just verified that the append labels are monotonically
109- increasing or decreasing.
109+ increasing and decreasing, respectively .
110110
111111``` json
112112{
You can’t perform that action at this time.
0 commit comments