From 27e042c4d74435dcdd50fbac7c7ec3a3d6b14741 Mon Sep 17 00:00:00 2001 From: Thomas Tacquet Date: Tue, 12 Aug 2025 14:59:27 +0200 Subject: [PATCH] doc(jobs): add network metrics --- pages/serverless-jobs/how-to/monitor-job.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/serverless-jobs/how-to/monitor-job.mdx b/pages/serverless-jobs/how-to/monitor-job.mdx index a1d8a2efa8..99fc6fb0d6 100644 --- a/pages/serverless-jobs/how-to/monitor-job.mdx +++ b/pages/serverless-jobs/how-to/monitor-job.mdx @@ -20,7 +20,7 @@ You can monitor the activity of your Serverless Jobs using the [Scaleway console ## How to monitor your Serverless Jobs from the Scaleway console -Scaleway Cockpit allows you to monitor your applications and their infrastructure by giving you access to metrics, logs, and traces in Grafana dashboards. +Scaleway Cockpit allows you to monitor your applications and their infrastructure by giving you access to metrics, logs, and traces in Grafana dashboards. Make sure that you have created a Grafana user and [retrieved their username and password](/cockpit/how-to/retrieve-grafana-credentials/). @@ -28,13 +28,13 @@ Make sure that you have created a Grafana user and [retrieved their username and 1. Click **Jobs** in the **Serverless** section of the side menu. The jobs page displays. -2. Click the name of the job you want to monitor. The **Overview** tab displays: +2. Click the name of the job you want to monitor. The **Overview** tab displays: - The **Job definition** section contains the parameters of your Serverless job, and provides the following elements: - Region - Provisioned mvCPU and memory - Provisioned ephemeral storage - Container image used - - Cron schedule + - Cron schedule - The **Job runs** section lists all the executions of your Serverless job, and provides the following elements: - Status (running, succeeded, canceled, or failed) - Run ID @@ -71,3 +71,5 @@ The following metrics are available to monitor your Serverless Jobs: - Job runs internal error - CPU usage - All - Memory usage - All +- Network received bytes +- Network transmitted bytes