mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Merge pull request #12901 from khallai/khallai
Fixed broken feature flag link on Functions page
This commit is contained in:
commit
a38179c4e1
|
@ -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.md#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.
|
||||||
|
|
Loading…
Reference in a new issue