Get the per-minute trend of the total number of pods deployed on a node in the namespace.
OK
대상 메트릭
네임스페이스에 배포된 노드의 타임스탬프별 파드 배포 수
시간 당 타임스탬프
const response = await fetch('/v1/monitoring-ns/metric/pod-count-on-node/result/transition?clusterIds=text&start=text&end=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "thingcluster", "namespace": "cocktail-system", "node": "apps-gpu-v100" }, "samples": [ 5, 5, 5 ], "timestamps": [ 1687741080, 1687741140, 1687741200 ], "values": null } ]