Skip to content

Commit a189287

Browse files
Update content/integrate/prometheus-with-redis-enterprise/observability.md
Co-authored-by: andy-stark-redis <[email protected]>
1 parent 2ff1de3 commit a189287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/integrate/prometheus-with-redis-enterprise/observability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ The following is a list of alerts contained in the `alerts.yml` file. There are
599599
|Record synchronization between nodes is not in a satisfactory state | bdb_crdt_syncer_status > 0 |
600600
|The amount by which replication lags behind events is worrisome | bdb_replicaof_syncer_local_ingress_lag_time > 500 |
601601
|The amount by which object replication lags behind events is worrisome | bdb_crdt_syncer_local_ingress_lag_time > 500 |
602-
|The expected number of active nodes is less than expected | count(node_up) != 3 |
602+
|The number of active nodes is less than expected | count(node_up) != 3 |
603603
|Persistent storage will soon be exhausted | round((node_persistent_storage_free/node_persistent_storage_avail) * 100) <= 5 |
604604
|Ephemeral storage will soon be exhausted | round((node_ephemeral_storage_free/node_ephemeral_storage_avail) * 100) <= 5 |
605605
|The node in question is close to running out of memory | round((node_available_memory/node_free_memory) * 100) <= 15 |

0 commit comments

Comments
 (0)