Get the per-minute trend of total gRPC call counts and non-successful call counts in ETCD.
OK
대상 메트릭
타임스탬프별 ETCD의 전체 gRPC 호출 횟수 또는 성공이 아닌 횟수
시간 당 타임스탬프
const response = await fetch('/v1/monitoring-etcd/metric/rpc-rate/result/transition?clusterIds=text&start=text&end=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "thingcluster", "measure": "total" }, "samples": [ 38.76296, 38.72593, 39.16296 ], "timestamps": [ 1687741080, 1687741140, 1687741200 ], "values": null } ]