Get the per-minute trend of the average connection count for the Ingress Controller.
OK
대상 메트릭
시간 당 타임스탬프
1687741080
인그레스 컨트롤러의 타임스탬프별 평균 연결 개수
0.0048888888888869685
const response = await fetch('/v1/monitoring-ingress/metric/controller-connections/result/transition?clusterIds=text&start=text&end=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "thingcluster" }, "timestamp": 1687741080, "value": 0.0048888888888869685 } ]