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
    • Authentication with the API
      • Overview
        • Overview
        • read
        • write
        • prometheusMetrics
  • Release notes

In this article:

  • HTTP request
  • Headers
  • Query parameters
  • Response
  1. API reference
  2. REST
  3. MetricsData
  4. prometheusMetrics

prometheusMetrics method

Written by
Yandex Cloud
Improved by
Andrey E.
Updated at April 14, 2025
  • HTTP request
  • Headers
  • Query parameters
  • Response

Exports all service metrics from a folder in Prometheus format.

HTTP request

GET https://monitoring.api.cloud.yandex.net/monitoring/v2/prometheusMetrics
Authorization: Bearer <API_key>

Headers

Header Description
Authorization Service account API key. Use Bearer rather than Api-Key as the prefix.

Query parameters

Parameter Description
folderId This is a required field. ID of the folder containing metrics you want to export. The maximum string length is 50 characters.
service This is a required field. ID of the service you want to monitor by exporting its metrics.

Response

HTTP Code: 200 - OK

Service metrics in Prometheus format.

# TYPE disk_flush_ops_failed gauge
disk_flush_ops_failed{device="fhm4madvd612********", resource_id="fhmpnl2v1rsj********", resource_type="vm"} 0.0
# TYPE disk_read_ops_in_flight gauge
disk_read_ops_in_flight{device="fhm4madvd612********", resource_id="fhmpnl2v1rsj********", resource_type="vm"} 0.0
# TYPE target_instances_count gauge
target_instances_count{resource_id="cl11231oqcpu********", resource_type="instance_group"} 1.0
...

Was the article helpful?

Previous
write
Next
Overview
© 2025 Direct Cursus Technology L.L.C.