Get the per-minute trend of Network usage, categorized by inbound and outbound, for pods created by the workload.
OK
대상 메트릭
타임스탬프별 워크로드에 의해 생성된 파드의 네트워크 사용량
시간 당 타임스탬프
const response = await fetch('/v1/monitoring-workloads/metric/pod-network/result/transition?clusterIds=text&namespaces=text&workloadIds=text&start=text&end=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "thingcluster", "measure": "inbound", "namespace": "cocktail-system", "node": "apps-gpu-v100", "pod": "cocktail-api-cmdb-0", "workload": "cocktail-api-cmdb" }, "samples": [ 677.91329, 450.96245, 10778.04853 ], "timestamps": [ 1687741080, 1687741140, 1687741200 ], "values": null } ]