Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Serverless Containers
  • Comparison with other Yandex Cloud services
    • All guides
    • Getting an IAM token for a service account using a container
      • Updating a trigger
      • Viewing monitoring charts
      • Deleting a trigger
    • Viewing operations with service resources
  • Access management
  • Pricing policy
  • Terraform reference
  • Audit Trails events
  • Release notes
  • FAQ

In this article:

  • Viewing monitoring charts
  • Custom metrics
  • Custom metrics labels
  1. Step-by-step guides
  2. Managing a trigger
  3. Viewing monitoring charts

Viewing trigger monitoring charts in Serverless Containers

Written by
Yandex Cloud
Updated at February 7, 2025
  • Viewing monitoring charts
  • Custom metrics
    • Custom metrics labels

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 chartsViewing monitoring charts

Management console
  1. In the management console, select the folder containing your trigger.

  2. Select Serverless Containers.

  3. Select a trigger to view its monitoring charts.

  4. Go to the Monitoring tab.

  5. 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 metricsCustom 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
  • request: Container invocations.
Number of concurrent container invocations.
serverless.triggers.
error_per_second
Errors per second
  • request: Container invocations.
  • message_queue: Accesses to Yandex Message Queue.
  • dlq: Accesses the dead letter queue.
Frequency of errors when processing container invocations.
serverless.triggers.
access_error_per_second
Errors per second
  • request: Container invocations.
  • message_queue: Accesses to Yandex Message Queue.
  • dlq: Accesses the dead letter queue.
Access error frequency when processing container invocations.
serverless.triggers.
retry_per_second
Invocations per second
  • request: Container invocations.
Frequency of repeat container invocations in the event of an error.
serverless.triggers.
read_events_per_second
Events per second
  • incoming: Events that have set off any trigger other than a trigger for Yandex Message Queue.
  • message_queue: Events that have set off a trigger for Yandex Message Queue.
Frequency of events that set off a trigger.
serverless.triggers.
execution_time_milliseconds
Invocations per second
  • request: Container invocations.
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
  • incoming: Events that have set off any trigger other than a trigger for Yandex Message Queue.
Frequency of errors on exceeding the message size limit.

Custom metrics labelsCustom 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.

Was the article helpful?

Previous
Updating a trigger
Next
Deleting a trigger
© 2025 Direct Cursus Technology L.L.C.