ETCD가 로그 항목이나 가장 최근 변경 사항의 증분 snapshot을 디스크에 적용할 시 처리 대기 시간 분당 추이를 조회한다.
/v1/monitoring-etcd/metric/disk-sync-duration/result/transition
클러스터 아이디
조회 시작일
조회 종료일
curl -L \ --url '/v1/monitoring-etcd/metric/disk-sync-duration/result/transition?clusterIds=text&start=text&end=text'
[ { "metrics": { "cluster": "thingcluster", "measure": "backend-commit" }, "samples": [ 0.30088, 0.28477, 0.29387 ], "timestamps": [ 1687741080, 1687741140, 1687741200 ], "values": null } ]
Last updated 1 year ago
Was this helpful?