Get the trend of CPU usage for ETCD nodes
PreviousGet the trend of ETCD Proposal failure countNextGet the trend of Memory usage for ETCD nodes
Was this helpful?
Was this helpful?
Was this helpful?
GET /v1/monitoring-etcd/metric/cpu-usage/result/transition?clusterIds=text&start=text&end=text HTTP/1.1
Host:
Accept: */*
[
{
"metrics": {
"cluster": "thingcluster",
"node": "apps-gpu-v100"
},
"samples": [
0.05989,
0.06089,
0.06089
],
"timestamps": [
1687741080,
1687741140,
1687741200
],
"values": null
}
]