Skip to content

docs(srv): Add available metrics in Grafana #5083

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

Merged
merged 1 commit into from
Jun 11, 2025
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
15 changes: 15 additions & 0 deletions pages/serverless-containers/how-to/monitor-container.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,18 @@ To view your Serverless Containers logs, use the Grafana dashboard which is acce
<Message type="note">
You can also access your Serverless Containers logs and metrics from the [console](https://console.scaleway.com) via the **Logging** and **Metrics** tabs of a container.
</Message>

## Available metrics

The following metrics are available to monitor your Serverless Containers:

- Container status
- Number of instances
- Average memory usage across instances
- Average CPU percentage usage across instances
- Number of requests per second
- Memory usage per instance
- CPU usage per instance
- Responses status code percentage
- Network received bytes per instance
- Network transmitted bytes per instance
15 changes: 15 additions & 0 deletions pages/serverless-functions/how-to/monitor-function.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,18 @@ To view your Serverless Functions logs, use the Grafana dashboard which is acces
<Message type="note">
You can also access your Serverless Functions logs and metrics from the [console](https://console.scaleway.com) via the **Logging** and **Metrics** tabs of a function.
</Message>

## Available metrics

The following metrics are available to monitor your Serverless Functions:

- Function status
- Number of instances
- Average memory usage across instances
- Average CPU percentage usage across instances
- Number of requests per second
- Memory usage per instance
- CPU usage per instance
- Responses status code percentage
- Network received bytes per instance
- Network transmitted bytes per instance
14 changes: 14 additions & 0 deletions pages/serverless-jobs/how-to/monitor-job.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,17 @@ Make sure that you have created a Grafana user and [retrieved their username and
- Click **Logs** to access the Grafana logs page for this job run.

You are directed to the selected Grafana dashboard.

## Available metrics

The following metrics are available to monitor your Serverless Jobs:


- Job runs running
- Execution time for job runs
- Job runs succeeded
- Job runs failed
- Job runs canceled
- Job runs internal error
- CPU usage - All
- Memory usage - All