Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(gen): review documentation MTA-5152 #3837

Merged
merged 2 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page provides information on how to configure the Grafana agent, push data sources, and visualize them in Grafana
tags: cockpit observability grafana-agent
dates:
validation: 2024-04-02
validation: 2024-10-15
posted: 2023-01-10
categories:
- observability
Expand All @@ -32,7 +32,6 @@ This page explains how to configure the Grafana agent and the Zipkin collector t
It is not currently possible to collect logs if you are using OSX.
</Message>


1. [Create a token](/observability/cockpit/how-to/create-token/) and select the push permission for metrics, traces, and logs.
2. Create a folder where you will keep your configuration files.
3. Create a configuration file inside your folder and name it `config.yaml`. This file will contain the Grafana agent configuration.
Expand Down Expand Up @@ -263,6 +262,3 @@ This page explains how to configure the Grafana agent and the Zipkin collector t
<Message type="tip">
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.
</Message>



Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Refer to our [documentation on understanding Cockpit usage and pricing](/observa
| Messaging and Queuing SNS | **Integrated*** | Not integrated | Not integrated |
| Instances | **Integrated*** | Not integrated | Not integrated |
| Cockpit | **Integrated*** | Not integrated | Not integrated |
| Object Storage | **Integrated*** | Planned | Not integrated |
| Object Storage | **Integrated*** | **Integrated*** | Not integrated |
| Serverless Containers | **Integrated*** | **Integrated*** | Not integrated |
| Serverless Functions | **Integrated*** | **Integrated*** | Not integrated |
| Serverless Jobs | **Integrated*** | **Integrated*** | Not integrated |
Expand Down
8 changes: 3 additions & 5 deletions serverless/containers/how-to/add-trigger-to-a-container.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: How to add triggers to Scaleway Serverless Containers.
tags: containers
dates:
validation: 2024-04-09
validation: 2024-10-15
posted: 2023-04-27
categories:
- serverless
Expand Down Expand Up @@ -44,7 +44,7 @@ You can create triggers on private containers, but to update the privacy of a co

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

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

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

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


6 changes: 2 additions & 4 deletions serverless/functions/how-to/add-trigger-to-a-function.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Learn how to add triggers to your Serverless Functions in Scaleway.
tags: functions
dates:
validation: 2024-04-09
validation: 2024-10-15
posted: 2023-04-27
categories:
- serverless
Expand Down Expand Up @@ -82,7 +82,5 @@ NATS subjects of the [Scaleway Messaging and Queuing](/serverless/messaging/quic
8. Click **Create trigger** to launch trigger creation.

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


2 changes: 0 additions & 2 deletions serverless/functions/how-to/test-a-function.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,3 @@ This page shows you how to execute Serverless Functions from the [Scaleway conso
8. Click **Run**.

The **Output** section displays the response from your function and the status code.


Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Discover how to implement function handlers for Serverless Functions in Scaleway.
tags: serverless functions cron crontab schedule cronjob
dates:
validation: 2024-04-09
validation: 2024-10-15
posted: 2024-04-09
categories:
- serverless
Expand Down Expand Up @@ -81,4 +81,3 @@ categories:

</TabsTab>
</Tabs>

Loading