Get the total memory usage of pods deployed in the namespace.
OK
대상 메트릭
네임스페이스의 타임스탬프별 총 메모리 사용량
시간 당 타임스탬프
const response = await fetch('/v1/monitoring-ns/metric/total-memory/result/transition?clusterIds=text&start=text&end=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "thingcluster", "measure": "usage-memory" }, "samples": [ 8434753536, 8435253248, 8462614528 ], "timestamps": [ 1687741080, 1687741140, 1687741200 ], "values": null } ]