Last updated 9 months ago
Get the total CPU usage per minute of the cluster.
OK
대상 메트릭
타임스탬프별 CPU 사용량(ex. make-percentage=1을 파라미터 값으로 요청 시, 실제 사용률/100이 samples의 데이터가 된다.)
시간 당 타임스탬프
const response = await fetch('/v1/monitoring-clusters/metric/cpu/result/transition?clusterIds=text&start=text&end=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "thingcluster", "measure": "usage-cpu" }, "samples": [ 6.05478, 6.39511, 6.44867 ], "timestamps": [ 1687741080, 1687741140, 1687741200 ], "values": null } ]