Get the per-minute trend of PVC status (Bound, Pending, Lost) created in the namespace.
OK
대상 메트릭
PVC의 각 상태별, 타임스탬프별 개수
시간 당 타임스탬프
const response = await fetch('/v1/monitoring-ns/metric/pvc-phase/result/transition?clusterIds=text&start=text&end=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "thingcluster", "namespace": "cocktail-system", "phase": "Pending", "pvc": "data-cocktail-monitoring-monitoring-db-0" }, "samples": [ 0, 0, 0 ], "timestamps": [ 1687741080, 1687741140, 1687741200 ], "values": null } ]