wording for shift correctness
Signed-off-by: schou <pschou@users.noreply.github.com>
This commit is contained in:
parent
22cd48868a
commit
9621f6d549
|
@ -22,7 +22,7 @@ range vector selectors, and subqueries. More details can be found [here](queryin
|
||||||
|
|
||||||
`--enable-feature=promql-negative-offset`
|
`--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
|
## Remote Write Receiver
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue