Last updated 2 months ago
Retrieve the average activation ratio of the GR Engine for each GPU.
OK
Target Metrics
Timestamp
1727158980
GPU GR Engine activation rate
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 } ]