Loading...
Get the Memory usage of the workload.
OK
대상 메트릭
클러스터 아이디
"thingcluster"
usage-memory
"usage-memory"
네임스페이스 이름
"cocktail-system"
워크로드 이름
"cocktail-api-cmdb"
시간 당 타임스탬프
1688001360
타임스탬프별 워크로드의 메모리 사용량
1645985792
const response = await fetch('/v1/monitoring-workloads/metric/memory/result/current?clusterIds=text&namespaces=text&workloadIds=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "thingcluster", "measure": "usage-memory", "namespace": "cocktail-system", "workload": "cocktail-api-cmdb" }, "timestamp": 1688001360, "value": 1645985792 } ]