Skip to content

Commit 118d5ef

Browse files
committed
chore(gen): review documentation MTA-5152
1 parent 9a7afa1 commit 118d5ef

File tree

6 files changed

+8
-19
lines changed

6 files changed

+8
-19
lines changed

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

+1-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page provides information on how to configure the Grafana agent, push data sources, and visualize them in Grafana
88
tags: cockpit observability grafana-agent
99
dates:
10-
validation: 2024-04-02
10+
validation: 2024-10-15
1111
posted: 2023-01-10
1212
categories:
1313
- observability
@@ -32,7 +32,6 @@ This page explains how to configure the Grafana agent and the Zipkin collector t
3232
It is not currently possible to collect logs if you are using OSX.
3333
</Message>
3434

35-
3635
1. [Create a token](/observability/cockpit/how-to/create-token/) and select the push permission for metrics, traces, and logs.
3736
2. Create a folder where you will keep your configuration files.
3837
3. Create a configuration file inside your folder and name it `config.yaml`. This file will contain the Grafana agent configuration.
@@ -263,6 +262,3 @@ This page explains how to configure the Grafana agent and the Zipkin collector t
263262
<Message type="tip">
264263
Refer to the [Grafana documentation](https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/traces/#add-a-panel-with-tracing-visualizations) to learn more about how to visualize your traces.
265264
</Message>
266-
267-
268-

observability/cockpit/reference-content/cockpit-limitations.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Refer to our [documentation on understanding Cockpit usage and pricing](/observa
8888
| Messaging and Queuing SNS | **Integrated*** | Not integrated | Not integrated |
8989
| Instances | **Integrated*** | Not integrated | Not integrated |
9090
| Cockpit | **Integrated*** | Not integrated | Not integrated |
91-
| Object Storage | **Integrated*** | Planned | Not integrated |
91+
| Object Storage | **Integrated*** | **Integrated*** | Not integrated |
9292
| Serverless Containers | **Integrated*** | **Integrated*** | Not integrated |
9393
| Serverless Functions | **Integrated*** | **Integrated*** | Not integrated |
9494
| Serverless Jobs | **Integrated*** | **Integrated*** | Not integrated |

serverless/containers/how-to/add-trigger-to-a-container.mdx

+3-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: How to add triggers to Scaleway Serverless Containers.
88
tags: containers
99
dates:
10-
validation: 2024-04-09
10+
validation: 2024-10-15
1111
posted: 2023-04-27
1212
categories:
1313
- serverless
@@ -44,7 +44,7 @@ You can create triggers on private containers, but to update the privacy of a co
4444

4545
SQS queues of the [Scaleway Messaging and Queuing](/serverless/messaging/quickstart/) product are compatible with Serverless Containers.
4646

47-
The configuration of the queue retention may affect the behavior of the trigger. Refer to the [Considerations to configure event retention for SQS trigger inputs](/serverless/containers/reference-content/configure-trigger-inputs/) page for more information.
47+
The configuration of the queue retention can affect the behavior of the trigger. Refer to the [Considerations to configure event retention for SQS trigger inputs](/serverless/containers/reference-content/configure-trigger-inputs/) page for more information.
4848

4949
1. Click **Containers** in the **Serverless** section of the side menu. The containers page displays.
5050
2. Click the relevant containers namespace.
@@ -85,7 +85,5 @@ NATS subjects of the [Scaleway Messaging and Queuing](/serverless/messaging/quic
8585
The container will be invoked at the indicated time.
8686

8787
<Message type="note">
88-
Refer to our [cron schedules reference](/serverless/containers/reference-content/cron-schedules/) for more information.
88+
Refer to the [cron schedules reference](/serverless/containers/reference-content/cron-schedules/) for more information.
8989
</Message>
90-
91-

serverless/functions/how-to/add-trigger-to-a-function.mdx

+2-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Learn how to add triggers to your Serverless Functions in Scaleway.
88
tags: functions
99
dates:
10-
validation: 2024-04-09
10+
validation: 2024-10-15
1111
posted: 2023-04-27
1212
categories:
1313
- serverless
@@ -82,7 +82,5 @@ NATS subjects of the [Scaleway Messaging and Queuing](/serverless/messaging/quic
8282
8. Click **Create trigger** to launch trigger creation.
8383

8484
<Message type="note">
85-
Refer to our [cron schedules reference](/serverless/functions/reference-content/cron-schedules/) for more information.
85+
Refer to the [cron schedules reference](/serverless/functions/reference-content/cron-schedules/) for more information.
8686
</Message>
87-
88-

serverless/functions/how-to/test-a-function.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,3 @@ This page shows you how to execute Serverless Functions from the [Scaleway conso
3838
8. Click **Run**.
3939

4040
The **Output** section displays the response from your function and the status code.
41-
42-

serverless/functions/reference-content/functions-handlers.mdx

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Discover how to implement function handlers for Serverless Functions in Scaleway.
88
tags: serverless functions cron crontab schedule cronjob
99
dates:
10-
validation: 2024-04-09
10+
validation: 2024-10-15
1111
posted: 2024-04-09
1212
categories:
1313
- serverless
@@ -81,4 +81,3 @@ categories:
8181

8282
</TabsTab>
8383
</Tabs>
84-

0 commit comments

Comments
 (0)