Skip to content

Commit 8cd72a2

Browse files
authored
Merge pull request #1375 from redis/DOC-5069
RC: Move alerts table and add default value and accepted range
2 parents cb9b677 + df58679 commit 8cd72a2

File tree

3 files changed

+16
-25
lines changed

3 files changed

+16
-25
lines changed

content/operate/rc/databases/create-database/create-pro-database-existing.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,6 @@ The **Alerts** section defines notification emails sent to your account and the
124124

125125
{{<image filename="images/rc/database-new-flexible-alerts.png" alt="The Alerts section defines the notification emails and their triggering conditions." >}}
126126

127-
The available alerts vary according to the subscription type.
128-
129-
|Setting name| Description |
130-
|:-----------|:---------------------------------------------------------------------------------------------------------------------------------------------------------|
131-
| **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.
137128

138129
{{< embed-md "rc-pro-billing-units.md" >}}

content/operate/rc/databases/monitor-performance.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,24 @@ Several metric graphs are available:
6161

6262
For more detailed analysis, consider using [Redis Insight]({{< relref "/develop/tools/insight" >}}) or [Prometheus and Grafana]({{< relref "/integrate/prometheus-with-redis-cloud/" >}}).
6363

64-
## Configure metric alerts
64+
## Configure alerts {#configure-metric-alerts}
6565

6666
Depending on your subscription plan, you can enable alerts for several metrics for a given database.
6767

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.
6969

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.
7182

7283
## Change alert recipients
7384

content/operate/rc/databases/view-edit-database.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -107,18 +107,7 @@ The **Alerts** section defines notification emails sent to your account and the
107107

108108
{{<image filename="images/rc/database-details-configuration-tab-alerts-flexible.png" alt="The Alerts section defines the notification emails and their triggering conditions." >}}
109109

110-
The available alerts vary according to the plan type.
111-
112-
|Setting name| Description |
113-
|:-----------|:----------------------------------------------------------------------------------------------------------------------------------------------|
114-
| **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.
122111

123112
### Danger zone
124113

0 commit comments

Comments
 (0)