diff --git a/pages/serverless-containers/how-to/monitor-container.mdx b/pages/serverless-containers/how-to/monitor-container.mdx index 64906d4dc4..6a5519f163 100644 --- a/pages/serverless-containers/how-to/monitor-container.mdx +++ b/pages/serverless-containers/how-to/monitor-container.mdx @@ -49,3 +49,18 @@ To view your Serverless Containers logs, use the Grafana dashboard which is acce 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. + +## 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 \ No newline at end of file diff --git a/pages/serverless-functions/how-to/monitor-function.mdx b/pages/serverless-functions/how-to/monitor-function.mdx index 27613f6b14..4b1dabc839 100644 --- a/pages/serverless-functions/how-to/monitor-function.mdx +++ b/pages/serverless-functions/how-to/monitor-function.mdx @@ -53,3 +53,18 @@ To view your Serverless Functions logs, use the Grafana dashboard which is acces 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. + +## 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 \ No newline at end of file diff --git a/pages/serverless-jobs/how-to/monitor-job.mdx b/pages/serverless-jobs/how-to/monitor-job.mdx index cae16de0e1..c9ead64448 100644 --- a/pages/serverless-jobs/how-to/monitor-job.mdx +++ b/pages/serverless-jobs/how-to/monitor-job.mdx @@ -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