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
      • Making a revision active
      • Changing the container operation mode
      • Adding environment variables
      • Specifying a cloud network
      • Transferring Yandex Lockbox secrets
      • Viewing monitoring charts
      • Migration to the ru-central1-d availability zone
      • Deleting a container
    • 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 container
  3. Viewing monitoring charts

Viewing container monitoring charts

Written by
Yandex Cloud
Updated at December 5, 2024
  • Viewing monitoring charts
  • Custom metrics
    • Custom metrics labels

You can monitor containers at runtime using the monitoring tools in your 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 with your container.

  2. Select Serverless Containers.

  3. Select the container to view its monitoring charts.

  4. Go to the Monitoring tab.

  5. The following charts will open on the page:

    • Requests: Number of container calls
    • Requests latency: Average time for a container to process a call.
    • Errors: Number of errors generated while a container was processing a call.

    You can select the period to display information for: an hour, three hours, a day, week, month, or a custom interval.

Custom metricsCustom metrics

To get started with metrics, dashboards, and alerts in Monitoring, in the top-right corner, click Open in Monitoring.

Metric name Units Comment
serverless.containers.inflight Invocations Number of concurrent container invocations
serverless.containers.started_per_second Invocations per second Frequency of container invocations
serverless.containers.finished_per_second Invocations per second Frequency of completing container invocation processing
serverless.containers.errors_per_second Errors per second Frequency of errors when processing container invocations
serverless.containers.initializations_per_second Initializations per second Frequency of initializing new container instances
serverless.containers.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.containers.used_memory_bytes Invocations per second Histogram of the container invocation frequency distribution by RAM used in bytes. Intervals of the RAM used by the request are provided in the bin label.

Custom metrics labelsCustom metrics labels

For more information about the labels concept, see the Yandex Monitoringdocumentation.

Label name Possible values Comment
container Container name The label contains the name of the container that the metric values pertain to.
revision Revision ID The label contains the container revision ID that the metric values pertain 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
Deleting a label
Next
Viewing logs
© 2025 Direct Cursus Technology L.L.C.