Get the per-minute trend of the memory usage for the top 5 pods in the cluster with the highest memory usage.
OK
대상 메트릭
해당 클러스터 파드의 메모리 사용량
시간 당 타임스탬프
const response = await fetch('/v1/monitoring-clusters/metric/pod-memory-top/result/transition?clusterIds=text&start=text&end=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "thingcluster", "namespace": "cocktail-system", "pod": "cocktail-api-cmdb-0", "workload": "cocktail-api-cmdb" }, "samples": [ 1815183360, 1817915392, 1820692480 ], "timestamps": [ 1687741080, 1687741140, 1687741200 ], "values": null } ]