mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 05:34:05 -08:00
docs: state that remote write is stable
Since https://github.com/prometheus/docs/pull/2313 has been merged declaring remote write to be stable at version 1.0. Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
This commit is contained in:
parent
f5fcaa3872
commit
b1b8fd77c4
|
@ -18,12 +18,13 @@ Things considered stable for 2.x:
|
||||||
* Configuration file format (minus the service discovery remote read/write, see below)
|
* Configuration file format (minus the service discovery remote read/write, see below)
|
||||||
* Rule/alert file format
|
* Rule/alert file format
|
||||||
* Console template syntax and semantics
|
* Console template syntax and semantics
|
||||||
|
* Remote write sending, per the [1.0 specification](https://prometheus.io/docs/concepts/remote_write_spec/).
|
||||||
|
|
||||||
Things considered unstable for 2.x:
|
Things considered unstable for 2.x:
|
||||||
|
|
||||||
* Any feature listed as experimental or subject to change, including:
|
* Any feature listed as experimental or subject to change, including:
|
||||||
* The [`holt_winters` PromQL function](https://github.com/prometheus/prometheus/issues/2458)
|
* The [`holt_winters` PromQL function](https://github.com/prometheus/prometheus/issues/2458)
|
||||||
* Remote read, remote write and the remote read endpoint
|
* Remote write receiving, remote read and the remote read endpoint
|
||||||
* Server-side HTTPS and basic authentication
|
* Server-side HTTPS and basic authentication
|
||||||
* Service discovery integrations, with the exception of `static_configs` and `file_sd_configs`
|
* Service discovery integrations, with the exception of `static_configs` and `file_sd_configs`
|
||||||
* Go APIs of packages that are part of the server
|
* Go APIs of packages that are part of the server
|
||||||
|
|
Loading…
Reference in a new issue