Get the per-minute trend of ETCD's processing wait time when applying log entries or incremental snapshots of the most recent changes to disk.
OK
대상 메트릭
디스크 처리 대기 시간
시간 당 타임스탬프
const response = await fetch('/v1/monitoring-etcd/metric/disk-sync-duration/result/transition?clusterIds=text&start=text&end=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "thingcluster", "measure": "backend-commit" }, "samples": [ 0.30088, 0.28477, 0.29387 ], "timestamps": [ 1687741080, 1687741140, 1687741200 ], "values": null } ]