From a189287304156191645694f4abdaf9651645572e Mon Sep 17 00:00:00 2001 From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:42:33 -0800 Subject: [PATCH] Update content/integrate/prometheus-with-redis-enterprise/observability.md Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com> --- .../integrate/prometheus-with-redis-enterprise/observability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/integrate/prometheus-with-redis-enterprise/observability.md b/content/integrate/prometheus-with-redis-enterprise/observability.md index 5f5059919..ffb83c665 100644 --- a/content/integrate/prometheus-with-redis-enterprise/observability.md +++ b/content/integrate/prometheus-with-redis-enterprise/observability.md @@ -599,7 +599,7 @@ The following is a list of alerts contained in the `alerts.yml` file. There are |Record synchronization between nodes is not in a satisfactory state | bdb_crdt_syncer_status > 0 | |The amount by which replication lags behind events is worrisome | bdb_replicaof_syncer_local_ingress_lag_time > 500 | |The amount by which object replication lags behind events is worrisome | bdb_crdt_syncer_local_ingress_lag_time > 500 | -|The expected number of active nodes is less than expected | count(node_up) != 3 | +|The number of active nodes is less than expected | count(node_up) != 3 | |Persistent storage will soon be exhausted | round((node_persistent_storage_free/node_persistent_storage_avail) * 100) <= 5 | |Ephemeral storage will soon be exhausted | round((node_ephemeral_storage_free/node_ephemeral_storage_avail) * 100) <= 5 | |The node in question is close to running out of memory | round((node_available_memory/node_free_memory) * 100) <= 15 |