Get the trend of the number of terminated pods per minute in the namespace.
OK
대상 메트릭
terminated된 파드 개수
시간 당 타임스탬프
const response = await fetch('/v1/monitoring-ns/metric/pod-terminated/result/transition?clusterIds=text&start=text&end=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "thingcluster", "namespace": "cocktail-system" }, "samples": [ 0, 0, 0 ], "timestamps": [ 1687741080, 1687741140, 1687741200 ], "values": null } ]