Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion console/account/how-to/change-console-appearance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Customize the appearance of the Scaleway console.
tags: color-scheme change color theme dark-mode change-color
dates:
validation: 2024-04-29
validation: 2024-11-04
posted: 2022-10-12
categories:
- console
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains what is the Scaleway configuration file for developer tools and how to use it.
tags: developer tools cli configuration config
dates:
validation: 2024-04-23
validation: 2024-10-27
posted: 2023-04-23
categories:
- devtools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains what is the Scaleway configuration file for developer tools and how to use it.
tags: developer tools cli configuration config sdk
dates:
validation: 2024-04-23
validation: 2024-10-27
posted: 2023-04-23
categories:
- devtools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains what is the Scaleway configuration file for developer tools and how to use it.
tags: developer tools cli api configuration config terraform
dates:
validation: 2024-04-23
validation: 2024-10-27
posted: 2023-04-23
categories:
- devtools
Expand Down
6 changes: 3 additions & 3 deletions macros/developer-tools/scaleway-configuration-file.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You can set up the Scaleway configuration file using several methods. However, w

To initialize the configuration without the Scaleway CLI, you can simply create a `config.yaml` file in the appropriate folder:

- a **custom directory** defined as `$SCW_CONFIG_PATH`
- a **custom directory**: `$SCW_CONFIG_PATH`

- an **XDG** base directory: `$XDG_CONFIG_HOME/scw/config.yaml`

Expand All @@ -56,7 +56,7 @@ To initialize the configuration without the Scaleway CLI, you can simply create

### Single profile configuration file

```yaml
```
access_key: EXAMPLESCW34P0XKFD4
secret_key: example-2b41-8d52-f888-8c8a460e
default_organization_id: example-468g-4f65-a41e-8b40766c5fc5
Expand All @@ -68,7 +68,7 @@ api_url: https://api.scaleway.com

### Multi-profile configuration file

```yaml
```
profiles:
myProfile1:
access_key: EXAMPLESCW34P0XKFD4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ content:
paragraph: How to create an auth token from the Scaleway console.
tags: authentication authentication-token containers auth
dates:
validation: 2024-04-29
validation: 2024-11-04
posted: 2022-10-14
categories:
- serverless
- containers
---

This page shows you how to create and manage an authentication token from the console.
This page shows you how to create and manage an authentication token from the Scaleway console.

<Macro id="requirements" />

Expand All @@ -35,7 +35,7 @@ This page shows you how to create and manage an authentication token from the co

5. Click **Generate token** in the **Tokens** panel. A pop-up displays.

6. Enter the token description and set an expiration date for the token. Optionally, tick the box **No expiration date**, to have a token with unlimited validity. Then click **Generate token**.
6. Enter the token description and set an expiration date for the token. Optionally, tick the box **No expiration date**, to have a token with unlimited validity. Then, click **Generate token**.

7. Copy the token from the pop-up and store it in a safe environment.

Expand Down Expand Up @@ -81,5 +81,3 @@ Tokens will expire by default on their given expiry date. You can delete them ma
This action is irreversible, and this token will not be able to access your container anymore.

</Message>


2 changes: 1 addition & 1 deletion serverless/containers/how-to/monitor-container.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Guide to monitoring Scaleway Serverless Containers.
tags: serverless containers logs metrics cockpit grafana activity
dates:
validation: 2024-04-22
validation: 2024-10-27
posted: 2024-04-22
categories:
- serverless
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: How to configure trigger inputs for Scaleway Serverless Containers.
tags: containers
dates:
validation: 2024-04-23
validation: 2024-11-04
posted: 2023-06-09
categories:
- serverless
Expand Down Expand Up @@ -38,7 +38,7 @@ The first parameter to calculate is the **throughput**, which corresponds to the
Container throughput = ( 1 / processing time ) * maximum instances
```

For example, a container that takes 0.1 seconds to complete with a maximum of 10 replicas has a throughput of `( 1 / 0.1 ) * 10 = 100` messages per second.
For example, a container that takes 0.1 second to complete with a maximum of 10 replicas has a throughput of `( 1 / 0.1 ) * 10 = 100` messages per second.

As long as the number of events sent to the input per second is lower than the container throughput, the events will be consumed almost immediately. However, if there is a burst of events higher than this value, they will be throttled and buffered in the input while they are consumed.

Expand Down
2 changes: 1 addition & 1 deletion serverless/functions/how-to/monitor-function.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Monitor the performance and usage of your Scaleway Serverless Functions.
tags: serverless functions logs metrics cockpit grafana activity
dates:
validation: 2024-04-22
validation: 2024-11-04
posted: 2024-04-22
categories:
- serverless
Expand Down
Loading