From 3b524f671b8a0cafdb07669a869bc85565978f87 Mon Sep 17 00:00:00 2001 From: hagen1778 <roman@victoriametrics.com> Date: Mon, 31 Jul 2023 16:47:50 +0200 Subject: [PATCH] docs: rm typo of naming vmalert as a stateless service Signed-off-by: hagen1778 <roman@victoriametrics.com> --- app/vmalert/README.md | 6 +++--- docs/vmalert.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/vmalert/README.md b/app/vmalert/README.md index 4f06a64317..72077ebef5 100644 --- a/app/vmalert/README.md +++ b/app/vmalert/README.md @@ -361,9 +361,9 @@ For recording rules to work `-remoteWrite.url` must be specified. ### Alerts state on restarts -`vmalert` is stateless, it holds alerts state in the process memory. Restarting of `vmalert` process -will reset alerts state in memory. To prevent `vmalert` from losing alerts state it should be configured -to persist the state to the remote destination via the following flags: +`vmalert` holds alerts state in the memory. Restart of the `vmalert` process will reset the state of all active alerts +in the memory. To prevent `vmalert` from losing the state on restarts configure it to persist the state +to the remote database via the following flags: * `-remoteWrite.url` - URL to VictoriaMetrics (Single) or vminsert (Cluster). `vmalert` will persist alerts state to the configured address in the form of [time series](https://docs.victoriametrics.com/keyConcepts.html#time-series) diff --git a/docs/vmalert.md b/docs/vmalert.md index 384fd8c832..d941caf0c4 100644 --- a/docs/vmalert.md +++ b/docs/vmalert.md @@ -372,9 +372,9 @@ For recording rules to work `-remoteWrite.url` must be specified. ### Alerts state on restarts -`vmalert` is stateless, it holds alerts state in the process memory. Restarting of `vmalert` process -will reset alerts state in memory. To prevent `vmalert` from losing alerts state it should be configured -to persist the state to the remote destination via the following flags: +`vmalert` holds alerts state in the memory. Restart of the `vmalert` process will reset the state of all active alerts +in the memory. To prevent `vmalert` from losing the state on restarts configure it to persist the state +to the remote database via the following flags: * `-remoteWrite.url` - URL to VictoriaMetrics (Single) or vminsert (Cluster). `vmalert` will persist alerts state to the configured address in the form of [time series](https://docs.victoriametrics.com/keyConcepts.html#time-series)