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
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Monitoring
  • Getting started
  • Access management
  • Terraform reference
    • All metric references
    • API Gateway
    • Application Load Balancer
    • Audit Trails
    • BareMetal
    • Certificate Manager
    • Cloud Backup
    • Cloud CDN
    • Cloud Functions
    • Cloud Logging
    • Cloud Notification Service
    • Compute Cloud
    • Container Registry
    • Yandex Data Processing
    • Data Transfer
    • Cloud DNS
    • Identity and Access Management
    • Yandex IoT Core
    • Key Management Service
    • Yandex Lockbox
    • Managed Service for Apache Airflow™
    • Managed Service for Apache Kafka®
    • Managed Service for ClickHouse®
    • Managed Service for Greenplum®
    • Managed Service for GitLab
    • Managed Service for Kubernetes
    • Managed Service for MongoDB
    • Managed Service for MySQL®
    • Managed Service for OpenSearch
    • Managed Service for PostgreSQL
    • Yandex Managed Service for Valkey™
    • Managed Service for YDB
    • Message Queue
    • Monitoring
    • Network Load Balancer
    • Object Storage
    • SmartCaptcha
    • Smart Web Security
    • Unified Agent
  • Release notes

In this article:

  • HTTP API metrics
  • Service metrics
  1. Metric reference
  2. Message Queue

Yandex Message Queue metrics

Written by
Yandex Cloud
Updated at April 28, 2025
  • HTTP API metrics
  • Service metrics

This section describes Message Queue metrics delivered to Monitoring.

The name label contains the metric name.

All Message Queue metrics share the service=message-queue label.

HTTP API metrics

Metric name
Type, units
Description
Labels
api.http.errors_count_per_second
DGAUGE, errors per second
Number of query execution errors per second.
Labels: method containing the Yandex Message Queue API method called.
api.http.request_duration_milliseconds
DGAUGE, milliseconds
Query execution duration.
Labels: method containing the Yandex Message Queue API method called.
api.http.requests_count_per_second
DGAUGE, requests per second
Number of processed requests per second.
Labels: method containing the Yandex Message Queue API method called.

Service metrics

Metric name
Type, units
Description
Labels
queue.messages.client_processing_duration_milliseconds
DGAUGE, milliseconds
Message processing duration on the receiving side
queue.messages.deduplicated_count_per_second
DGAUGE, messages per second
Message deduplication frequency shows the number of messages processed a certain number of times during the above-mentioned period, e.g. how many messages were processed once, how many were processed twice, etc. This metric is used to detect redundant processing of duplicate messages.
queue.messages.deleted_count_per_second
DGAUGE, messages per second
Message dequeuing frequency
queue.messages.empty_receive_attempts_count_per_second
DGAUGE, attempts per second
Number of detected attempts to obtain an empty message per second
queue.messages.inflight_count
DGAUGE, count
Number of in-flight messages, i.e., messages received by consumers but not dequeued (that are still within the visibility timeout window).
queue.messages.oldest_age_milliseconds
DGAUGE, milliseconds
Age of oldest message in the queue.
The metric name is deprecated, and the milliseconds substring does not align with the current units of measure. Currently, the metric is measured in seconds (s).
queue.messages.purged_count_per_second
DGAUGE, messages per second
Frequency of message deletion using the PurgeQueue method
queue.messages.receive_attempts_count_rate
DGAUGE, count
Number of attempts to receive messages from the queue
queue.messages.received_bytes_per_second
DGAUGE, bytes per second
Total size of messages received from the queue per second
queue.messages.received_count_per_second
DGAUGE, messages per second
Number of messages received from the queue per second
queue.messages.request_timeouts_count_per_second
DGAUGE, errors per second
Number of ReceiveMessage request errors
queue.messages.reside_duration_milliseconds
DGAUGE, milliseconds
Message processing time in the queue
queue.messages.sent_bytes_per_second
DGAUGE, bytes per second
Total size of messages enqueued per second
queue.messages.sent_count_per_second
DGAUGE, messages per second
Number of messages enqueued per second
queue.messages.stored_count
DGAUGE, count
Number of messages currently in the queue

Was the article helpful?

Previous
Managed Service for YDB
Next
Monitoring
Yandex project
© 2025 Yandex.Cloud LLC