Skip to content

Commit

Permalink
Update content/integrate/prometheus-with-redis-enterprise/observabili…
Browse files Browse the repository at this point in the history
…ty.md

Co-authored-by: andy-stark-redis <[email protected]>
  • Loading branch information
mich-elle-luna and andy-stark-redis authored Dec 2, 2024
1 parent 2ff1de3 commit a189287
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit a189287

Please sign in to comment.