Get the trend of CPU usage for ETCD nodes

Get the trend of CPU usage for ETCD nodes

get

Get the per-minute trend of CPU usage for each ETCD node.

Query parameters
clusterIdsstringRequired
startstringRequired
endstringRequired
Responses
200
OK
*/*
get
GET /v1/monitoring-etcd/metric/cpu-usage/result/transition?clusterIds=text&start=text&end=text HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "metrics": {
      "cluster": "thingcluster",
      "node": "apps-gpu-v100"
    },
    "samples": [
      0.05989,
      0.06089,
      0.06089
    ],
    "timestamps": [
      1687741080,
      1687741140,
      1687741200
    ],
    "values": null
  }
]

Was this helpful?