API 관리(API 통계) > API 호출 현황
parent
729a2ce768
commit
fda6f024e3
|
|
@ -199,7 +199,6 @@
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<h3>API 호출 현황</h3>
|
<h3>API 호출 현황</h3>
|
||||||
<button class="dashboard-btn" onclick="refreshDashboard()">대시보드</button>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="status-item">
|
<div class="status-item">
|
||||||
|
|
@ -325,9 +324,9 @@
|
||||||
}).datepicker("setDate", new Date());
|
}).datepicker("setDate", new Date());
|
||||||
|
|
||||||
// API 호출 현황
|
// API 호출 현황
|
||||||
animateValue("successRate", 0, 99.5, 1500);
|
animateValue("successRate", 0, 100, 1500);
|
||||||
animateValue("failRate", 0, 0, 1500);
|
animateValue("failRate", 0, 0, 1500);
|
||||||
animateValue("delayRate", 0, 0.5, 1500);
|
animateValue("delayRate", 0, 0, 1500);
|
||||||
animateValue("errorRate", 0, 0, 1500);
|
animateValue("errorRate", 0, 0, 1500);
|
||||||
|
|
||||||
// API 호출 통제 목록 조회
|
// API 호출 통제 목록 조회
|
||||||
|
|
@ -551,10 +550,6 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function refreshDashboard() {
|
|
||||||
location.reload();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 날짜형식 YYYYMMDDHHMI -> YYYY-MM-DD HH:MI
|
* 날짜형식 YYYYMMDDHHMI -> YYYY-MM-DD HH:MI
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue