docs: Be more explicit about `promql-experimental-functions`
We have not mentioned that experimental PromQL functions might get removed entirely, although that's one of the most important properties of functions declared experimental. Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
parent
41f8a0223c
commit
2360ce8d2b
|
@ -200,8 +200,9 @@ won't work when you push OTLP metrics.
|
||||||
|
|
||||||
`--enable-feature=promql-experimental-functions`
|
`--enable-feature=promql-experimental-functions`
|
||||||
|
|
||||||
Enables PromQL functions that are considered experimental and whose name or
|
Enables PromQL functions that are considered experimental. These functions
|
||||||
semantics could change.
|
might change their name, syntax, or semantics. They might also get removed
|
||||||
|
entirely.
|
||||||
|
|
||||||
## Created Timestamps Zero Injection
|
## Created Timestamps Zero Injection
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue