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
  • Pricing policy
  • Terraform reference
    • API authentication
      • Overview
        • Overview
        • listLabelKeys
        • listLabelValues
        • listMetricNames
        • listMetrics
  • Release notes

In this article:

  • HTTP request
  • Query parameters
  • Response
  1. API reference
  2. REST
  3. MetricsMeta
  4. listMetrics

listMetrics method

Written by
Yandex Cloud
Updated at April 14, 2025
  • HTTP request
  • Query parameters
  • Response

Returns a list of metrics.

HTTP requestHTTP request

GET https://monitoring.api.cloud.yandex.net/monitoring/v2/metrics

Query parametersQuery parameters

Parameter Description
folderId This is a required field. Metric folder ID. The maximum string length is 50 characters.
selectors Label selectors for metrics.

ResponseResponse

HTTP Code: 200 - OK

{
  "metrics": [
    {
      "name": "string",
      "labels": "object",
      "type": "string"
    }
  ]
}
Field Description
metrics[] object

List of metrics.

metrics[].
name
string

Metric name.

metrics[].
labels
object

Metric labels in key:value format.

metrics[].
type
string

Metric type.

  • DGAUGE: Numeric value. Set as a fraction.
  • IGAUGE: Numeric value. Set as an integer.
  • COUNTER: Counter.
  • RATE: Derivative value.

Was the article helpful?

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