mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-26 22:19:40 -08:00
Rename links
Signed-off-by: Levi Harrison <git@leviharrison.dev>
This commit is contained in:
parent
240235f36a
commit
0d7eb73d92
|
@ -210,7 +210,7 @@ can be specified:
|
||||||
rate(http_requests_total[5m] offset -1w)
|
rate(http_requests_total[5m] offset -1w)
|
||||||
|
|
||||||
This feature is enabled by setting `--enable-feature=promql-negative-offset`
|
This feature is enabled by setting `--enable-feature=promql-negative-offset`
|
||||||
flag. See [disabled features](../disabled_features.md) for more details about
|
flag. See [feature flags](../feature_flags.md) for more details about
|
||||||
this flag.
|
this flag.
|
||||||
|
|
||||||
### @ modifier
|
### @ modifier
|
||||||
|
@ -251,7 +251,7 @@ These 2 queries will produce the same result.
|
||||||
|
|
||||||
This modifier is disabled by default since it breaks the invariant that PromQL
|
This modifier is disabled by default since it breaks the invariant that PromQL
|
||||||
does not look ahead of the evaluation time for samples. It can be enabled by setting
|
does not look ahead of the evaluation time for samples. It can be enabled by setting
|
||||||
`--enable-feature=promql-at-modifier` flag. See [disabled features](../disabled_features.md) for more details about this flag.
|
`--enable-feature=promql-at-modifier` flag. See [feature flags](../feature_flags.md) for more details about this flag.
|
||||||
|
|
||||||
Additionally, `start()` and `end()` can also be used as values for the `@` modifier as special values.
|
Additionally, `start()` and `end()` can also be used as values for the `@` modifier as special values.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue