mirror of
https://github.com/prometheus/prometheus
synced 2025-01-11 17:19:45 +00:00
revert disabled_features.md to previous wording.
Signed-off-by: schou <pschou@users.noreply.github.com>
This commit is contained in:
parent
3bafe17870
commit
c15f15d6fd
@ -5,22 +5,18 @@ sort_rank: 10
|
|||||||
|
|
||||||
# Disabled Features
|
# Disabled Features
|
||||||
|
|
||||||
These features are disabled by default since they are breaking changes or are
|
Here is a list of features that are disabled by default since they are breaking changes or are considered experimental.
|
||||||
considered experimental. As their behavior may change in future releases,
|
Their behaviour can change in future releases which will be communicated via the [release changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md).
|
||||||
all feature changes are communicated via the [release
|
|
||||||
changelog](https://github.com/prometheus/prometheus/blob/master/CHANGELOG.md).
|
|
||||||
|
|
||||||
One can enable one or more features using the `--enable-feature` flag with a
|
You can enable them using the `--enable-feature` flag with a comma separated list of features.
|
||||||
single feature or a comma-separated list of features. In future releases,
|
They may be enabled by default in future versions.
|
||||||
features may be enabled by default.
|
|
||||||
|
|
||||||
## `@` Modifier in PromQL
|
## `@` Modifier in PromQL
|
||||||
|
|
||||||
`--enable-feature=promql-at-modifier`
|
`--enable-feature=promql-at-modifier`
|
||||||
|
|
||||||
The `@` modifier lets one specify the evaluation time for instant vector
|
The `@` modifier lets you specify the evaluation time for instant vector selectors,
|
||||||
selectors, range vector selectors, and subqueries. More details can be found
|
range vector selectors, and subqueries. More details can be found [here](querying/basics.md#modifier).
|
||||||
[here](querying/basics.md#-modifier).
|
|
||||||
|
|
||||||
## Negative offset in PromQL
|
## Negative offset in PromQL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user