API 관리(API 통계) > API 호출 현황

main
유지인 2025-11-12 09:08:53 +09:00
parent 729a2ce768
commit fda6f024e3
1 changed files with 2 additions and 7 deletions

View File

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