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/delete-database.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -32,19 +32,19 @@ Deleted databases cannot be recovered. We recommend [making a backup]({{< relre
32
32
33
33
1. The **Delete database** confirmation dialog appears. If this database is the only one in the subscription, you can also delete the subscription at this time.
34
34
35
-
- Select **Delete my subscription as well** to delete both the database and the subscription.
35
+
- Select **Delete my subscription and stop my payment** to delete both the database and the subscription.
36
36
37
-
- Clear **Delete my subscription as well** to delete the database but keep the subscription.
37
+
- Clear **Delete my subscription and stop my payment** to delete the database but keep the subscription.
38
38
39
39
{{< note >}}
40
40
You will continue to be charged for your subscription until you delete it, even if there are no databases in your subscription.
41
41
{{< /note >}}
42
42
43
-
{{<image filename="images/rc/database-delete-last-dialog.png" alt="A different delete database confirmation dialog asks you to consider deleting the subscription as well.">}}
43
+
{{<image filename="images/rc/database-delete-last-dialog.png" alt="A delete database confirmation dialog asks you to consider deleting the subscription as well.">}}
44
44
45
-
1.To confirm your choice, use the **Delete database**button or the **Delete both** button if the delete subscription checkbox is selected.
45
+
1.Select **Delete database**to confirm your choice.
46
46
47
-
{{<imagefilename="images/rc/button-database-delete.png"alt="The Delete database button is located in the Danger zone section of the database Configuration tab." >}} {{<imagefilename="images/rc/button-both-delete.png"alt="The Delete both button is located in the Danger zone section of the database Configuration tab." >}}
47
+
{{<imagefilename="images/rc/button-database-delete.png"alt="The Delete database button is located in the Danger zone section of the database Configuration tab." >}}
48
48
49
49
50
50
When the operation completes, the database and its data are deleted.
Copy file name to clipboardExpand all lines: content/operate/rc/databases/monitor-performance.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ When you use the mouse to point to a smaller graph, three things appear:
34
34
- A promotion icon pointing right
35
35
- A summary panel showing the minimum, average, maximum, and most recent values displayed in the graph.
36
36
37
-
{{<imagefilename="images/rc/metrics-promote-graphs.png"width="50%"alt="Promoting graphs to primary positions" >}}
37
+
{{<imagefilename="images/rc/metrics-promote-graphs.png"width="300px"alt="Promoting graphs to primary positions" >}}
38
38
39
39
Use the promotion icons to promote the smaller graph to one of the primary positions. The left icon promotes the smaller graph to the left position and the right icon promotes the smaller graph to the right position.
40
40
@@ -58,6 +58,8 @@ Several metric graphs are available:
58
58
|[Evicted objects/sec]({{< relref "/operate/rs/references/metrics/database-operations#evicted-objectssec" >}}) | Number of objects evicted from the database per second. |
59
59
|[Expired objects/sec]({{< relref "/operate/rs/references/metrics/database-operations#expired-objectssec" >}}) | Number of expired objects per second. An expired object is an object with expired TTL that was deleted from the database. |
60
60
|[Hit ratio]({{< relref "/operate/rs/references/metrics/database-operations#hit-ratio" >}}) | Percent of operations on existing keys out of the total number database operations |
61
+
| Network Ingress bytes/sec | Amount of traffic in bytes per second entering the database network |
62
+
| Network Egress bytes/sec | Amount of traffic in bytes per second exiting the database network |
61
63
62
64
For more detailed analysis, consider using [Redis Insight]({{< relref "/develop/tools/insight" >}}) or [Prometheus and Grafana]({{< relref "/integrate/prometheus-with-redis-cloud/" >}}).
0 commit comments