feat: 统计10分钟RPM

This commit is contained in:
tbphp
2025-07-30 23:20:50 +08:00
parent 734938b787
commit a44b4f9fb9
4 changed files with 65 additions and 16 deletions

View File

@@ -107,7 +107,7 @@ type StatCard struct {
// DashboardStatsResponse 用于仪表盘基础统计的API响应
type DashboardStatsResponse struct {
KeyCount StatCard `json:"key_count"`
GroupCount StatCard `json:"group_count"`
RPM StatCard `json:"rpm"`
RequestCount StatCard `json:"request_count"`
ErrorRate StatCard `json:"error_rate"`
}