Loading...
Get the per-minute trend of network usage by device for cluster nodes.
Start date for the query
End date for the query
OK
대상 메트릭
클러스터 아이디
"thingcluster"
마운트된 경로
inbound 또는 outbound
노드 이름
"apps-gpu-v100"
해당 클러스터, 노드 장치별, 타임스탬프별 네트워크 사용량
시간 당 타임스탬프
const response = await fetch('/v1/monitoring-nodes/metric/traffic-by-device/result/transition?clusterIds=text&start=text&end=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "thingcluster", "device": "cali608295ca688", "measure": "inbound", "node": "apps-gpu-v100" }, "samples": [ 318.2, 340.33333, 323.4, 317.93333 ], "timestamps": [ 1687741080, 1687741140, 1687741200 ], "values": null }, { "metrics": { "cluster": "thingcluster", "device": "cali608295ca688", "measure": "outbound", "node": "apps-gpu-v100" }, "samples": [ 459.53333, 580.13333, 492.56667 ], "timestamps": [ 1687741080, 1687741140, 1687741200 ], "values": null } ]