wording for shift correctness

Signed-off-by: schou <pschou@users.noreply.github.com>
This commit is contained in:
schou 2021-02-21 13:11:36 -05:00
parent 22cd48868a
commit 9621f6d549
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ range vector selectors, and subqueries. More details can be found [here](queryin
`--enable-feature=promql-negative-offset`
In contrast to the positive offset modifier, the negative offset modifier lets one shift a vector into the future. An example in which one may want to use a negative offset is: when reviewing past data and making temporal comparisons with earlier data and later data. More details can be found [here](querying/basics.md#offset-modifier).
In contrast to the positive offset modifier, the negative offset modifier lets one shift a vector into the past. An example in which one may want to use a negative offset is: when reviewing past data and making temporal comparisons with more recent data. More details can be found [here](querying/basics.md#offset-modifier).
## Remote Write Receiver