Loading...
OK
대상 메트릭
burstable 또는 best-effort 또는 guarantted
시간 당 타임스탬프
네임스페이스의 QoS 클래스별, 타임스탬프별 설정 Pod 개수
const response = await fetch('/v1/monitoring-ns/metric/pod-qos/result/current?clusterIds=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "measure": "guarantted" }, "timestamp": 0, "value": 0 }, { "metrics": { "measure": "burstable" }, "timestamp": 0, "value": 35 }, { "metrics": { "measure": "best-effort" }, "timestamp": 0, "value": 20 } ]