Get the per-minute trend of CPU usage by node in the cluster.
OK
대상 메트릭
해당 클러스터, 노드의 타임스탬프별 CPU 사용률
시간 당 타임스탬프
const response = await fetch('/v1/monitoring-nodes/metric/cpu-usage/result/transition?clusterIds=text&start=text&end=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "thingcluster", "measure": "usage-cpu", "node": "apps-gpu-v100" }, "samples": [ 0.07592, 0.07889, 0.07764 ], "timestamps": [ 1687741080, 1687741140, 1687741200 ], "values": null } ]