Monitoring indicators
| API | API name |
|---|---|
| GET /v2/metrics/{cluster}/prometheus/label/{labelName}/values | View the value of the specified label in Prometheus Time Series |
| GET /v2/metrics/{cluster}/indicators | View a list of monitoring indicators and details |
| GET /v2/metrics/{cluster}/prometheus/query | View monitoring data for a specified expression at a point in time |
| POST /v2/metrics/{cluster}/query | View the monitoring data of multiple indicators at a certain point in time |
| GET /v2/metrics/{cluster}/prometheus/query_range | View monitoring data for a specified expression over a period of time |
| POST /v2/metrics/{cluster}/query_range | View monitoring data for multiple indicators over time |
Tip:
-
The following interfaces support querying monitoring data for multiple metrics, and the supported monitoring metrics are available through the View list of monitoring metrics (GET /v2/metrics/{cluster}/indicators) interface.
-
View monitoring data for multiple metrics at a point in time (POST /v2/metrics/{cluster}/query)
-
View monitoring data for multiple metrics over time (POST /v2/metrics/{cluster}/query_range)
-
-
The following interfaces are proxied to Prometheus to get monitoring data from Prometheus.
-
View the values of a specified label in a Prometheus Time Series (GET /v2/metrics/{cluster}/prometheus/label/{labelName}/values)
-
View monitoring data for the specified expression at a point in time (GET /v2/metrics/{cluster}/prometheus/query)
-
View monitoring data for the specified expression over time (GET /v2/metrics/{cluster}/prometheus/query_range)
-