Yandex Cloud
Search
Contact UsGet started
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Monitoring
  • Getting started
  • Access management
    • API authentication
      • Overview
        • Overview
        • listLabelKeys
        • listLabelValues
        • listMetricNames
        • listMetrics
  • Pricing policy
  • Terraform reference
  • Release notes

In this article:

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

listMetricNames method

Written by
Yandex Cloud
Updated at October 29, 2025
  • HTTP request
  • Query parameters
  • Response

Returns a list of metric names.

HTTP requestHTTP request

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

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.
nameFilter Substring for metric name filtering.
fromTime Optional parameter for selecting metrics from a specified time interval. It specifies the time interval start point in RFC3339 format.
toTime Optional parameter for selecting metrics from a specified time interval. It specifies the time interval endpoint in RFC3339 format.

The fromTime and toTime parameters are only used together. The response returns metrics that have data in the specified interval. To keep the index for such queries concise and efficient, the system:

  • Ensures each response contains metric data for the period between the metric’s creation and its last record, even if there are gaps in the data.
  • Updates the index every four to six hours for existing metrics. Adds new metrics immediately.

ResponseResponse

HTTP Code: 200 - OK

{
  "names": [
    "string"
  ]
}
Field Description
names[] string

List of metric names.

Was the article helpful?

Previous
listLabelValues
Next
listMetrics
© 2025 Direct Cursus Technology L.L.C.