Last updated 4 months ago
Was this helpful?
GPU별 GR Engine의 활성화 비율의 평균값을 조회합니다.
OK
대상 메트릭
시간 당 타임스탬프
1727158980
GPU GR Engine 활성화 비율
0
const response = await fetch('/v1/monitoring-gpu/metric/gr-engine-rate/result/current?clusterIds=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "gpu-cluster", "node": "cocktail-gpu-node-1u" }, "timestamp": 1727158980, "value": 0 } ]