You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rc/databases/create-database/create-pro-database-existing.md
+1-10Lines changed: 1 addition & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -124,15 +124,6 @@ The **Alerts** section defines notification emails sent to your account and the
124
124
125
125
{{<imagefilename="images/rc/database-new-flexible-alerts.png"alt="The Alerts section defines the notification emails and their triggering conditions." >}}
126
126
127
-
The available alerts vary according to the subscription type.
|**Dataset size has reached**| When enabled, sends an an email when the database reaches the defined memory limit |
132
-
|**Latency is higher than**| When enabled, sends an an email when the latency exceeds the defined limit |
133
-
|**Replica Of - database unable to sync with source**| When enabled, sends email when the replica database cannot sync with the primary (source) database |
134
-
|**Replica Of - sync lag is higher than**| When enabled, sends email when the sync lag exceeds the defined threshold |
135
-
|**Throughput is higher than**| When enabled, sends an email when the operations per second exceed the defined threshold |
136
-
|**Throughput is lower than**| When enabled, sends an email when the operations per second falls below the defined threshold |
127
+
The available alerts vary according to the plan type. See [Configure alerts]({{< relref "/operate/rc/databases/monitor-performance#configure-metric-alerts" >}}) for more information.
Copy file name to clipboardExpand all lines: content/operate/rc/databases/monitor-performance.md
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -61,13 +61,24 @@ Several metric graphs are available:
61
61
62
62
For more detailed analysis, consider using [Redis Insight]({{< relref "/develop/tools/insight" >}}) or [Prometheus and Grafana]({{< relref "/integrate/prometheus-with-redis-cloud/" >}}).
63
63
64
-
## Configure metric alerts
64
+
## Configure alerts {#configure-metric-alerts}
65
65
66
66
Depending on your subscription plan, you can enable alerts for several metrics for a given database.
67
67
68
-
To do so, go to the **Configuration** tab of the database and then locate the **Alerts** section. For details, including a breakdown of alerts available for each subscription type, see [Alerts section]({{< relref "/operate/rc/databases/view-edit-database#alerts-section" >}}).
68
+
To do so, go to the **Configuration** tab of the database and then locate the **Alerts** section.
69
69
70
-
Alert settings are specific to a given database. To receive alerts for multiple databases, make sure each is configured accordingly.
70
+
| Setting name | Description | Default Value | Accepted Range |
71
+
|---|---|---|---|
72
+
|**Dataset size has reached**| Sends an alert when the dataset size reaches or exceeds the defined percentage of the memory limit. (_Pro only_) | 80% | 1-100% |
73
+
|**Total size of datasets under this plan reached**| Sends an alert when the total size of all datasets in the plan reaches or exceeds the defined percentage of the plan limit. (_Essentials only_) | 80% | 1-100% |
74
+
|**Throughput is higher than**| Sends an alert when throughput is over the defined limit in operations per second (ops/sec). (_Paid Essentials or Pro only_) | 1000 ops/sec | 1-10000000 ops/sec |
75
+
|**Throughput is lower than**| Sends an alert when throughput is under the defined limit in operations per second (ops/sec). (_Paid Essentials or Pro only_) | 10 ops/sec | 1-10000000 ops/sec |
76
+
|**Latency is higher than**| Sends an alert when the latency is over the defined limit in milliseconds (msec). (_Paid Essentials or Pro only_) | 10 msec | 1-10000 msec |
77
+
|**Number of connections**| Sends an alert when the number of connections exceeds the defined percentage of the plan limit. (_Essentials only_) | 80% | 1-100% |
78
+
|**Replica Of - database unable to sync with source**| Sends an alert when the target database cannot sync with the source database after the defined number of seconds. (_Pro only_) | 1 second | 0-1 seconds |
79
+
|**Replica Of - sync lag is higher than**| Sends an alert if lag between the source and target databases exceeds the defined number of seconds. (_Pro only_) | 600 seconds | 1-86400 seconds |
80
+
81
+
Alert settings are specific to each database. Make sure you've configured alerts for all desired databases.
Copy file name to clipboardExpand all lines: content/operate/rc/databases/view-edit-database.md
+1-12Lines changed: 1 addition & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -107,18 +107,7 @@ The **Alerts** section defines notification emails sent to your account and the
107
107
108
108
{{<imagefilename="images/rc/database-details-configuration-tab-alerts-flexible.png"alt="The Alerts section defines the notification emails and their triggering conditions." >}}
109
109
110
-
The available alerts vary according to the plan type.
|**Dataset size has reached**| When enabled, sends an an email when the database reaches the defined memory limit (_Free Essentials or Pro only_) |
115
-
|**Total size of datasets under this plan reached**| When enabled, sends an an email when the database reaches the defined memory limit (_Paid Essentials plans only_) |
116
-
|**Throughput is higher than**| When enabled, sends an email when the operations per second exceed the defined threshold (_Paid Essentials or Pro plans only_) |
117
-
|**Throughput is lower than**| When enabled, sends an email when the operations per second falls below the defined threshold (_Paid Essentials or Pro plans only_) |
118
-
|**Latency is higher than**| When enabled, sends an an email when the latency exceeds the defined limit (_Paid Essentials plans only_) |
119
-
|**Number of connections**| When enabled, sends an email when the connections exceeds the defined limit. (_Essentials plans only_) |
120
-
|**Replica Of - database unable to sync with source**| When enabled, sends email when the replica database cannot sync with the primary (source) database (_Pro plans only_) |
121
-
|**Replica Of - sync lag is higher than**| When enabled, sends email when the sync lag exceeds the defined threshold (_Pro plans only_) |
110
+
The available alerts vary according to the plan type. See [Configure alerts]({{< relref "/operate/rc/databases/monitor-performance#configure-metric-alerts" >}}) for more information.
0 commit comments