mirror of https://github.com/prometheus/prometheus
Merge pull request #11578 from chancefeick/fix/querying-documentation
Fix Querying Documentation Linkspull/12676/head
commit
4c81a8f681
|
@ -35,7 +35,7 @@ vector is the only type that can be directly graphed.
|
||||||
_Notes about the experimental native histograms:_
|
_Notes about the experimental native histograms:_
|
||||||
|
|
||||||
* Ingesting native histograms has to be enabled via a [feature
|
* Ingesting native histograms has to be enabled via a [feature
|
||||||
flag](../feature_flags/#native-histograms).
|
flag](../feature_flags.md#native-histograms).
|
||||||
* Once native histograms have been ingested into the TSDB (and even after
|
* Once native histograms have been ingested into the TSDB (and even after
|
||||||
disabling the feature flag again), both instant vectors and range vectors may
|
disabling the feature flag again), both instant vectors and range vectors may
|
||||||
now contain samples that aren't simple floating point numbers (float samples)
|
now contain samples that aren't simple floating point numbers (float samples)
|
||||||
|
|
|
@ -14,7 +14,7 @@ vector, which if not provided it will default to the value of the expression
|
||||||
_Notes about the experimental native histograms:_
|
_Notes about the experimental native histograms:_
|
||||||
|
|
||||||
* Ingesting native histograms has to be enabled via a [feature
|
* Ingesting native histograms has to be enabled via a [feature
|
||||||
flag](../feature_flags/#native-histograms). As long as no native histograms
|
flag](../feature_flags.md#native-histograms). As long as no native histograms
|
||||||
have been ingested into the TSDB, all functions will behave as usual.
|
have been ingested into the TSDB, all functions will behave as usual.
|
||||||
* Functions that do not explicitly mention native histograms in their
|
* Functions that do not explicitly mention native histograms in their
|
||||||
documentation (see below) will ignore histogram samples.
|
documentation (see below) will ignore histogram samples.
|
||||||
|
|
|
@ -310,7 +310,7 @@ so `2 ^ 3 ^ 2` is equivalent to `2 ^ (3 ^ 2)`.
|
||||||
## Operators for native histograms
|
## Operators for native histograms
|
||||||
|
|
||||||
Native histograms are an experimental feature. Ingesting native histograms has
|
Native histograms are an experimental feature. Ingesting native histograms has
|
||||||
to be enabled via a [feature flag](../feature_flags/#native-histograms). Once
|
to be enabled via a [feature flag](../feature_flags.md#native-histograms). Once
|
||||||
native histograms have been ingested, they can be queried (even after the
|
native histograms have been ingested, they can be queried (even after the
|
||||||
feature flag has been disabled again). However, the operator support for native
|
feature flag has been disabled again). However, the operator support for native
|
||||||
histograms is still very limited.
|
histograms is still very limited.
|
||||||
|
|
Loading…
Reference in New Issue