Loading...
Get the trend of the number of pods restarted per minute in the namespace.
OK
대상 메트릭
클러스터 아이디
"thingcluster"
컨테이너 이름
"kube-scheduler"
네임스페이스 이름
"cocktail-system"
파드 이름
"cocktail-api-cmdb-0"
워크로드 이름
"cocktail-api-cmdb"
재시작 파드 개수
시간 당 타임스탬프
const response = await fetch('/v1/monitoring-ns/metric/pod-restart/result/transition?clusterIds=text&start=text&end=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "thingcluster", "container": "kube-scheduler", "namespace": "cocktail-system", "pod": "cocktail-api-cmdb-0", "workload": "cocktail-api-cmdb" }, "samples": [ 0, 0, 0 ], "timestamps": [ 1687741080, 1687741140, 1687741200 ], "values": null } ]