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 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
  1. Metric reference
  2. Object Storage

Yandex Object Storage metrics

Written by
Yandex Cloud
Updated at April 28, 2025

This section describes Object Storage metrics delivered to Monitoring.

The name label contains the metric name.

Labels shared by all Object Storage metrics:

Label Value
service Service ID: storage
resource_id Bucket name
resource_type Resource type: bucket

Service metrics:

Name
Type, units
Description
max_size
DGAUGE, bytes
Maximum bucket size. The metric is available if a maximum size is configured for the bucket.
object_count
DGAUGE, count
Number of bucket objects. This metric features the object_type label containing the object type.
The possible values include:
  • MultiPart: Objects uploaded using multipart upload.
  • Parts: Parts of objects uploaded using multipart upload.
  • Simple: Objects uploaded using single-part upload.
rps
DGAUGE, requests per second
Number of requests per second. This metric features the method special label containing the operation type.
The possible values include:
  • GetRequests: GET
  • HeadRequests: HEAD
  • ListRequests: LIST
  • OptionsRequests: OPTIONS
  • PutRequests: PUT
  • PostRequests: POST
  • DeleteRequests: DELETE
space_usage
DGAUGE, bytes
Storage used.
Special labels:
  • object_type: Object type, which can have the following values:
    • MultiPart: Objects uploaded using multipart upload.
    • Parts: Parts of objects uploaded using multipart upload.
    • Simple: Objects uploaded using single-part upload.
  • storage_type: Storage class. The possible values are:
    • All
    • ColdStorage
    • IceStorage
    • StandardStorage
traffic
DGAUGE, bytes
Traffic size. This metric features the bytes special label containing traffic direction relative to the storage.
The possible values include:
  • BytesDownloaded: Outbound.
  • BytesUploaded: Inbound.

Was the article helpful?

Previous
Network Load Balancer
Next
SmartCaptcha
© 2025 Direct Cursus Technology L.L.C.