Yandex API Gateway metrics
Written by
Updated at March 24, 2026
This section describes API Gateway metrics delivered to Monium.Metrics.
The name label contains the metric name.
API metrics
Labels shared by all API gateway metrics:
| Label | Value |
|---|---|
| gateway | API gateway ID |
| path | Request path |
| release | API gateway version |
| operation | Request method, e.g., GET or POST |
| service | Service label, always serverless-apigateway |
| Metric name Type, units |
Description Labels |
|---|---|
api_gateway.errors_count_per_secondDGAUGE, requests per second |
Number of error requests per second. This metric features the code label containing the response code, e.g., 200, 404, or 502. |
api_gateway.requests_count_per_secondDGAUGE, requests per second |
Number of requests per second. This metric features the code label containing the response code, e.g., 200, 404, or 502. |
api_gateway.requests_latency_millisecondsDGAUGE, milliseconds |
Response latency distribution histogram (API gateway response latency is the time span between it receiving the request's first byte and sending the response's last byte.) This metric features the bin label containing histogram buckets for latencies in milliseconds. |
api_gateway.requests_latency_milliseconds_countDGAUGE, requests |
Total requests with measured latency |
api_gateway.requests_latency_milliseconds_sumDGAUGE, milliseconds |
Total request processing latency |
WebSocket metrics
Labels shared by all WebSocket metrics:
| Label | Value |
|---|---|
| gateway | API gateway ID |
| path | Request path |
| service | Service label, always serverless-apigateway |
| Metric name Type, units |
Description Labels |
|---|---|
api_gateway.websocket_connections_countDGAUGE, count |
Number of active WebSocket connections |
api_gateway.websocket_disconnections_count_per_secondDGAUGE, units per second |
Number of WebSocket disconnections per second. This metric features the code label containing the response code, e.g., 200, 404, or 502. |
api_gateway.websocket_messages_bytes_per_secondDGAUGE, bytes per second |
Size of data (in bytes) sent over WebSocket connections per second. Labels:
|
api_gateway.websocket_messages_count_per_secondDGAUGE, units per second |
Number of messages sent over WebSocket connections per second. Labels:
|
Trigger metrics
Labels shared by all trigger metrics:
| Label | Value |
|---|---|
| trigger | Trigger ID |
| type | Entity type. |
| service | Service label, always serverless-functions |
| Metric name Type, unit |
Entity type. | Description Labels |
|---|---|---|
serverless.triggers.access_error_per_secondDGAUGE, errors per second |
|
Frequency of access errors during message distribution. |
serverless.triggers.error_per_secondDGAUGE, errors per second |
|
Frequency of message distribution errors. |
serverless.triggers.execution_time_millisecondsIGAUGE, invocations per millisecond |
|
Distribution histogram of messaging frequency over request processing time. Request processing intervals are stored in the bin label. |
serverless.triggers.inflightDGAUGE, invocations |
|
Number of concurrent message distributions. |
serverless.triggers.read_events_per_secondDGAUGE, units per second |
|
Frequency of events that set off a trigger. |