Viewing trigger monitoring charts in Yandex API Gateway
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. -
Open API Gateway.
-
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 sending messages to WebSocket connections.
- Function call errors: Number of errors when sending messages to WebSocket connections.
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 message distributions. |
serverless.triggers. error_per_second |
Errors per second |
|
Frequency of message distribution errors. |
serverless.triggers. access_error_per_second |
Errors per second |
|
Frequency of access errors during message distribution. |
serverless.triggers. read_events_per_second |
Events per second |
|
Frequency of events causing a trigger to fire. |
serverless.triggers. execution_time_milliseconds |
Invocations per second |
|
Distribution histogram of messaging frequency versus 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. |