Last updated 1 year ago
Was this helpful?
네임스페이스에 생성된 PVC의 사용량을 조회한다.
OK
대상 메트릭
시간 당 타임스탬프
1687934760
네임스페이스에 생성된 PVC의 타임스탬프별 사용량
1099511627776
const response = await fetch('/v1/monitoring-ns/metric/volume/result/current?clusterIds=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "thingcluster", "measure": "total", "pv_name": "pvc-25d59719-c9d4-48ac-a87a-be5adca980a2", "pvc_name": "data-cocktail-monitoring-monitoring-db-0", "pvc_namespace": "cocktail-system", "storage_class": "nfs-csi", "volume_type": "text" }, "timestamp": 1687934760, "value": 1099511627776 } ]