Skip to content

Commit eaecad1

Browse files
docs(srv): update (#5083)
1 parent d124167 commit eaecad1

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

pages/serverless-containers/how-to/monitor-container.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,18 @@ To view your Serverless Containers logs, use the Grafana dashboard which is acce
4949
<Message type="note">
5050
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.
5151
</Message>
52+
53+
## Available metrics
54+
55+
The following metrics are available to monitor your Serverless Containers:
56+
57+
- Container status
58+
- Number of instances
59+
- Average memory usage across instances
60+
- Average CPU percentage usage across instances
61+
- Number of requests per second
62+
- Memory usage per instance
63+
- CPU usage per instance
64+
- Responses status code percentage
65+
- Network received bytes per instance
66+
- Network transmitted bytes per instance

pages/serverless-functions/how-to/monitor-function.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,18 @@ To view your Serverless Functions logs, use the Grafana dashboard which is acces
5353
<Message type="note">
5454
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.
5555
</Message>
56+
57+
## Available metrics
58+
59+
The following metrics are available to monitor your Serverless Functions:
60+
61+
- Function status
62+
- Number of instances
63+
- Average memory usage across instances
64+
- Average CPU percentage usage across instances
65+
- Number of requests per second
66+
- Memory usage per instance
67+
- CPU usage per instance
68+
- Responses status code percentage
69+
- Network received bytes per instance
70+
- Network transmitted bytes per instance

pages/serverless-jobs/how-to/monitor-job.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,17 @@ Make sure that you have created a Grafana user and [retrieved their username and
6363
- Click **Logs** to access the Grafana logs page for this job run.
6464

6565
You are directed to the selected Grafana dashboard.
66+
67+
## Available metrics
68+
69+
The following metrics are available to monitor your Serverless Jobs:
70+
71+
72+
- Job runs running
73+
- Execution time for job runs
74+
- Job runs succeeded
75+
- Job runs failed
76+
- Job runs canceled
77+
- Job runs internal error
78+
- CPU usage - All
79+
- Memory usage - All

0 commit comments

Comments
 (0)