Skip to content

Commit 0d6cdda

Browse files
fix(red): review jessi
Co-authored-by: Jessica <[email protected]>
1 parent cd978cf commit 0d6cdda

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

pages/managed-databases-for-redis/how-to/monitor-redis-databases-cockpit.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta:
55
content:
66
h1: How to monitor your Redis™ Database Instance with Scaleway Cockpit
77
paragraph: Learn how to effectively monitor your Database Instance using Scaleway Cockpit for optimal performance.
8-
tags: managed-database database cockpit observability dashboard metrics logs alerts
8+
tags: managed-database database cockpit observability dashboard metrics logs alerts
99
dates:
1010
validation: 2025-06-05
1111
posted: 2025-06-05
@@ -41,16 +41,16 @@ To view your Managed Database's metrics and logs, use the Grafana dashboard whic
4141

4242
1. Create a Grafana user and retrieve their username and password by [following this procedure](/cockpit/how-to/retrieve-grafana-credentials/).
4343

44-
2. From the Scaleway console [Cockpit overview page](https://console.scaleway.com/cockpit/overview), click Open dashboards in the top right corner.
44+
2. From the Scaleway console [Cockpit overview page](https://console.scaleway.com/cockpit/overview), click **Open dashboards** in the top right corner.
4545

4646
3. Enter your Grafana username and password to log in.
4747

4848
You are directed to the Scaleway Cockpit dashboards homepage.
4949

5050
## How to view and understand your Managed Database metrics
5151

52-
1. Click Open dashboards on the top right from the Scaleway Cockpit dashboards homepage.
53-
2. Click Dashboards in the left menu, then Redis Overview in the list of products.
52+
1. Click **Open dashboards** on the top right from the Scaleway Cockpit dashboards homepage.
53+
2. Click **Dashboards** in the left menu, then **Redis Overview** in the list of products.
5454

5555
You are directed to the RDB Overview dashboard.
5656

@@ -60,7 +60,7 @@ Metrics are refreshed every minute, and report on the following data:
6060

6161
- CPU usage
6262
- Node usage
63-
- Database Memory usage
63+
- Database memory usage
6464
- Network I/O
6565
- Connected/Blocked clients
6666
- Hits/Misses per second
@@ -79,7 +79,7 @@ At the top of the dashboard, you can configure the following parameters, that co
7979

8080
The log section is displayed below the metrics section.
8181

82-
Click Logs to collapse the tab and view your logs.
82+
Click **Logs** to collapse the tab and view your logs.
8383

8484
You can [configure Redis™ advanced settings](/managed-databases-for-redis/how-to/configure-advanced-settings-redis) to define parameters for slow logs.
8585

pages/managed-databases-for-redis/troubleshooting/database-instance-connectivity-issues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ You can carry out the following actions:
6060
2. [Use Cockpit](/managed-databases-for-redis/how-to/monitor-redis-databases-cockpit) to check database logs and look for any activity or behavior that could explain the issue.
6161
3. Create a support ticket if the first two steps do not help troubleshoot the issue. In the body of the ticket, make sure you provide:
6262

63-
- The resource ID of resource from which the connection was attempted
63+
- The ID of the resource from which the connection was attempted
6464
- The output of the `redis_troubleshoot.sh` script, indicated below. Make sure you execute the script on the machine from which the connection was attempted.
6565

6666
#### Database Instance connectivity check script

pages/managed-databases-for-redis/troubleshooting/database-instance-performance-issues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ My Database Instance is not performing as expected.
2626

2727
## Solution
2828

29-
You can [Monitor usage metrics on Cockpit](/managed-databases-for-redis/how-to/monitor-redis-databases-cockpit) to check if the usage is nominal.
29+
You can [monitor usage metrics on Cockpit](/managed-databases-for-redis/how-to/monitor-redis-databases-cockpit) to check if the usage is nominal.
3030

3131
The Database Instance can be impacted by high data loads or unexpected high traffic from an app or website, for example. You can [scale up your Instance](/managed-databases-for-redis/how-to/scale-up-a-database-for-redis) if necessary.

0 commit comments

Comments
 (0)