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