Viewing trigger monitoring charts in Serverless Containers
Written by
Updated at February 7, 2025
You can monitor triggers using the monitoring tools in the management console. These tools display diagnostic information as charts. Metric values are collected and charts are displayed by Monitoring.
The chart update period is 15 seconds.
Viewing monitoring charts
Management console
-
In the management console
, select the folder containing your trigger. -
Select Serverless Containers.
-
Select a trigger to view its monitoring charts.
-
Go to the Monitoring tab.
-
The following charts will open on the page:
- Request latency: Average time it takes a trigger to process a request.
- Read events: Number of events that have set off a trigger.
- Function access errors: Number of access errors when calling a container.
- Function call errors: Number of errors when calling a container.
- DLQ access errors: Number of errors when accessing the Dead Letter Queue.
- Send to DLQ errors: Number of errors when sending messages to the Dead Letter Queue.
You can select the time period to display information for: hour, day, week, month, or a custom interval.
Custom metrics
To get started with metrics, dashboards, and alerts in Monitoring, click Open in Monitoring in the top-right corner.
Metric name | Units | Entity type | Comment |
---|---|---|---|
serverless.triggers. inflight |
Invocations |
|
Number of concurrent container invocations. |
serverless.triggers. error_per_second |
Errors per second |
|
Frequency of errors when processing container invocations. |
serverless.triggers. access_error_per_second |
Errors per second |
|
Access error frequency when processing container invocations. |
serverless.triggers. retry_per_second |
Invocations per second |
|
Frequency of repeat container invocations in the event of an error. |
serverless.triggers. read_events_per_second |
Events per second |
|
Frequency of events that set off a trigger. |
serverless.triggers. execution_time_milliseconds |
Invocations per second |
|
Histogram of the container invocation frequency distribution by request processing time in milliseconds. Request processing time intervals are provided in the bin label. |
serverless.triggers. event_size_exceeded_per_second |
Errors per second |
|
Frequency of errors on exceeding the message size limit. |
Custom metrics labels
Label name | Possible values | Comment |
---|---|---|
trigger |
Trigger name | The label contains the name of the trigger that the metric values refer to. |
id |
Trigger ID | The label contains the ID of the trigger the metric values refer to. |
type |
Entity type | The label contains the entity type the metric values refer to. |
bin |
Interval of histogram values | For metrics represented by a histogram, the label value describes the interval of the measured value during which the event occurred. |