Yandex Monitoring metric reference
Written by
Updated at June 27, 2025
This section describes Serverless Integrations metrics delivered to Monitoring.
The metric name goes into the name label.
Yandex Workflows metrics
All Workflows metrics share the workflow label, which is the workflow ID.
| Metric name Type, units |
Description Labels |
|---|---|
step_completed_per_secondDGAUGE, steps per second |
Number of completed steps per second. This metric features the step label containing the step name. |
step_failed_per_secondDGAUGE, steps per second |
Number of failed steps per second. Labels:
|
step_inflight_countDGAUGE, steps |
Number of steps currently in progress. This metric features the step label containing the step name. |
step_started_per_secondDGAUGE, steps/s |
Number of started steps per second. This metric features the step label containing the step name. |
step_time_millisecondsDGAUGE, milliseconds |
Step execution time. Labels:
|
step_time_milliseconds_countDGAUGE, number of steps |
Total number of step time measurements. This metric features the step label containing the step name. |
step_time_milliseconds_sumDGAUGE, milliseconds |
Total execution time for all steps. This metric features the step label containing the step name. |
workflow_completed_per_secondDGAUGE, workflows per second |
Number of completed workflows per second |
workflow_failed_per_secondDGAUGE, workflows per second |
Number of failed workflows per second. This metric features the error_code label containing the error code. |
workflow_inflight_countDGAUGE, workflows |
Number of workflows currently in progress |
workflow_scheduled_per_secondDGAUGE, workflows per second |
Number of scheduled workflows per second |
workflow_started_per_secondDGAUGE, workflows per second |
Number of started workflows per second |
workflow_time_millisecondsDGAUGE, milliseconds |
Execution time per workflow. This metric features the bin label containing histogram buckets. |
workflow_time_milliseconds_countDGAUGE, count |
Total number of workflow time measurements. |
workflow_time_milliseconds_sumDGAUGE, milliseconds |
Total execution time for all workflows. |
Yandex EventRouter metrics
All EventRouter metrics share the bus label, which is the bus ID.
Bus metrics
| Metric name Type, units |
Description Labels |
|---|---|
serverless_eventrouter_bus_put_event_per_secondDGAUGE, messages per second |
Frequency of messages sent using the EventService/Put gRPC API call. |
serverless_eventrouter_bus_sent_error_per_secondDGAUGE, errors per second |
Frequency of bus errors. Labels:
|
serverless_eventrouter_put_event_latency_millisecondsDGAUGE, milliseconds |
Time from receiving a message sent using the EventService/Put gRPC API call until it is written to the bus. |
Connector metrics
All connector metrics share the connector label, which is the connector ID.
| Metric name Type, units |
Description |
|---|---|
serverless_eventrouter_connector_access_error_per_secondDGAUGE, errors per second |
Frequency of connector resource access errors |
serverless_eventrouter_connector_error_per_secondDGAUGE, errors per second |
Frequency of connector errors |
serverless_eventrouter_connector_event_per_secondDGAUGE, events per second |
Connector's event read rate |
serverless_eventrouter_connector_event_size_exceeded_per_secondDGAUGE, errors per second |
Frequency of maximum size exceeded errors in messages received by the connector |
Rule metrics
All rule metrics share the following labels:
| Label | Value |
|---|---|
| matched | Matching the filter conditions |
| rule | Rule ID |
| Metric name Type, units |
Description |
|---|---|
serverless_eventrouter_rule_event_per_secondDGAUGE, events per second |
Rule processing rate |
Target metrics
All target metrics share the following labels:
| Label | Value |
|---|---|
| rule | Rule ID |
| type | Target type |
| Metric name Type, units |
Description |
|---|---|
serverless_eventrouter_event_delivery_time_millisecondsDGAUGE, milliseconds |
Time from event receipt by the connector to its delivery to the target |
serverless_eventrouter_target_access_error_per_secondDGAUGE, errors per second |
Frequency of access errors in the target |
serverless_eventrouter_target_error_per_secondDGAUGE, errors per second |
Frequency of target errors |
serverless_eventrouter_target_event_size_exceeded_per_secondDGAUGE, errors per second |
Frequency of maximum size exceeded errors in messages received by the target |
serverless_eventrouter_target_execution_time_millisecondsDGAUGE, milliseconds |
Message processing time |
serverless_eventrouter_target_inflightDGAUGE, count |
Number of targets that are currently busy |
serverless_eventrouter_target_retry_per_secondDGAUGE, sends per second |
Frequency of retry attempts to send messages to the target |
serverless_eventrouter_target_throttled_per_secondDGAUGE, messages per second |
Frequency of messages not processed due to exceeding a quota or limit |