File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/integrate/prometheus-with-redis-enterprise Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments