Adding upgrade guide for recording rules (#4751)

Signed-off-by: Danny Kopping <danny.kopping@grafana.com>
k72
Danny Kopping 4 years ago committed by GitHub
parent 130878f3f6
commit c263f3ed60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      docs/sources/upgrading/_index.md

@ -260,6 +260,17 @@ cortex_runtime_config* -> loki_runtime_config*
cortex_chunks_store* -> loki_chunks_store* cortex_chunks_store* -> loki_chunks_store*
``` ```
#### Recording rules storage is now durable
* [4344](https://github.com/grafana/loki/pull/4344) **dannykopping**: per-tenant WAL
Previously, samples generated by recording rules would only be buffered in memory before being remote-written to Prometheus; from this
version, the `ruler` now writes these samples to a per-tenant Write-Ahead Log for durability. More details about the
per-tenant WAL can be found [here](https://grafana.com/docs/loki/latest/operations/recording-rules/).
The `ruler` now requires persistent storage - please see the
[Operations](https://grafana.com/docs/loki/latest/operations/recording-rules/#deployment) page for more details about deployment.
### Promtail ### Promtail
The following changes pertain to upgrading Promtail. The following changes pertain to upgrading Promtail.

Loading…
Cancel
Save