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
  • 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. listMetricNames

listMetricNames method

Written by
Yandex Cloud
Updated at April 14, 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.

ResponseResponse

HTTP Code: 200 - OK

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

List of metric names.

Was the article helpful?

Previous
listLabelValues
Next
listMetrics
Yandex project
© 2025 Yandex.Cloud LLC