Skip to content

Commit 5d29565

Browse files
authored
chore(review): weekly review (#4916)
1 parent 53aaea7 commit 5d29565

File tree

7 files changed

+41
-312
lines changed

7 files changed

+41
-312
lines changed

menu/navigation.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3772,10 +3772,6 @@
37723772
"label": "Cockpit API Reference",
37733773
"slug": "https://www.scaleway.com/en/developers/api/cockpit/regional-api/"
37743774
},
3775-
{
3776-
"label": "Configuring the Grafana agent",
3777-
"slug": "configuring-grafana-agent"
3778-
},
37793775
{
37803776
"label": "Retrieving logs programmatically using LogCLI",
37813777
"slug": "querying-logs-with-logcli"

pages/cockpit/api-cli/configuring-grafana-agent.mdx

Lines changed: 0 additions & 268 deletions
This file was deleted.

pages/elastic-metal/how-to/send-metrics-logs-to-cockpit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Cockpit provides a user-friendly interface for real-time monitoring of CPU, memo
3131
## Accessing Cockpit
3232

3333
1. Create a token with the `push` permission for metrics/logs to Cockpit by following the instructions provided [in the dedicated documentation](/cockpit/how-to/create-token/).
34-
2. Configure the Grafana Agent to push metrics/logs to Cockpit. Refer to the [official documentation](/cockpit/api-cli/configuring-grafana-agent/) for detailed instructions.
34+
2. Configure Grafana Alloy to push metrics/logs to Cockpit. Refer to the [official documentation](/cockpit/how-to/send-metrics-with-grafana-alloy/) for detailed instructions.
3535
<Message type="tip">
3636
For efficient cost management and near real-time resource monitoring, it is recommended to set the interval to 1 minute.
3737
</Message>

pages/managed-databases-for-postgresql-and-mysql/api-cli/pg-audit.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,10 @@ Your logs are accessible via the Scaleway Observability dashboard, [Cockpit](htt
208208
</Message>
209209

210210
1. [Follow the Cockpit Quickstart](/cockpit/quickstart/) to activate the feature and retrieve your Grafana credentials.
211-
2. [Configure the Grafana agent](/cockpit/api-cli/configuring-grafana-agent/).
211+
2. [Configure Grafana Alloy](/cockpit/how-to/send-metrics-with-grafana-alloy/).
212212
3. Connect to Grafana with the credentials you created.
213213
4. Click **RDB PostgreSQL Overview** on the left-side menu.
214214
5. Scroll to the **Logs** section and click to expand.
215-
6. [View the logs](/cockpit/api-cli/configuring-grafana-agent/#visualizing-logs-in-grafana).
216215

217216
### Technical Information
218217
- All management actions performed via API or the console, such as database creations and deletions, are logged, no matter the configuration. However, the associated read statements are not logged. For example, select statements used to check that actions have been correctly executed are not logged.

pages/webhosting/how-to/manage-databases.mdx

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Discover how to manage databases for Scaleway Web Hosting plans from the console.
88
tags: webhosting
99
dates:
10-
validation: 2024-10-24
10+
validation: 2025-05-02
1111
posted: 2024-10-24
1212
categories:
1313
- managed-services
@@ -30,41 +30,42 @@ You can create and manage databases for your website and applications, including
3030
## How to create a database
3131

3232
1. Click **Web Hosting** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. The **Web Hosting** overview page displays.
33-
2. Click <Icon name="seeMore" /> or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
33+
2. Click <Icon name="more" /> and **More info**, or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
3434
3. Click the **Databases** tab to display information related to your databases.
35-
4. Click **Create database** in the **Database** section of the page. A pop-up displays.
36-
5. Enter a name for the database, select an existing database user from the drop-down list or create a new one by entering a username and password. Click **Create database** to create the database.
37-
6. Enter the username and password for your FTP account. Then click **Create FTP account** to submit the form and create the account.
35+
4. Click **+ Create database** in the **Databases** section of the page. A pop-up displays.
36+
5. Enter a name for the database, select an existing database user from the drop-down list or create a new one by entering a username and password.
37+
6. Click **Create database** to confirm.
3838

3939
## How to delete a database
4040

4141
1. Click **Web Hosting** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. The **Web Hosting** overview page displays.
42-
2. Click <Icon name="seeMore" /> or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
42+
2. Click <Icon name="more" /> and **More info**, or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
4343
3. Click the **Databases** tab to display information related to your databases.
4444
4. Click <Icon name="delete" /> next to the database you want to delete. A pop-up displays.
45-
5. Click **Delete database** to confirm the action and delete the database.
45+
5. Click **Delete database** to delete the database.
4646

4747
## How to create a database user
4848

4949
1. Click **Web Hosting** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. The **Web Hosting** overview page displays.
50-
2. Click <Icon name="seeMore" /> or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
50+
2. Click <Icon name="more" /> and **More info**, or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
5151
3. Click the **Databases** tab to display information related to your databases.
52-
4. Click **Create database user** in the **Database users** section of the page to create a new one. A pop-up displays.
53-
5. Enter a username and password. Then click **Create database user** to create the user.
52+
4. Click **+ Create database user** in the **Databases users** section. A pop-up displays.
53+
5. Enter a username and password.
54+
6. Select an existing database from the drop-down list, then click **Create database user**.
5455

5556
## How to update the password of a database user
5657

5758
1. Click **Web Hosting** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. The **Web Hosting** overview page displays.
58-
2. Click <Icon name="seeMore" /> or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
59+
2. Click <Icon name="more" /> and **More info**, or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
5960
3. Click the **Databases** tab to display information related to your databases.
60-
4. Click <Icon name="more" /> > **Change password** next to the database user whose password you want to change. A pop-up displays.
61-
5. Enter the new password and click **Update database user** to submit the form and update the password.
61+
4. Click <Icon name="more" />, then **Change password** next to the database user. A pop-up displays.
62+
5. Enter your new password and click **Update database user** to update the password.
6263

6364

6465
## How to delete a database user
6566

6667
1. Click **Web Hosting** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. The **Web Hosting** overview page displays.
67-
2. Click <Icon name="seeMore" /> or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
68+
2. Click <Icon name="more" /> and **More info**, or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
6869
3. Click the **Databases** tab to display information related to your databases.
69-
4. Click <Icon name="more" /> > **Delete** next to the database user you want to delete. A pop-up displays.
70-
5. Click **Delete database user** to confirm the action and delete the user.
70+
4. Click <Icon name="more" />, then **Delete** next to the database user you want to delete. A pop-up displays.
71+
5. Click **Delete database user** to delete the user.

0 commit comments

Comments
 (0)