Skip to content

Commit f43ddc7

Browse files
Merge pull request #48 from DevKor-github/develop
chore: 누적 지표 제거, 동정 의견 통계 28일 기준으로 전환 및 관련 코드 간소화
2 parents 4acbd1d + c309ba3 commit f43ddc7

2 files changed

Lines changed: 109 additions & 172 deletions

File tree

src/main/java/apu/saerok_admin/infra/stat/StatMetric.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ public enum StatMetric {
3737
Map.of(),
3838
true
3939
),
40-
BIRD_ID_RESOLUTION_STATS(
40+
41+
// ✅ 누적 메트릭 제거, 최근 28일 전용만 유지
42+
BIRD_ID_RESOLUTION_STATS_28D(
4143
"동정 의견 채택 시간",
42-
"동정 요청 후 채택되기까지 평균적으로 걸린 시간",
44+
"동정 요청 후 유저가 의견을 채택하기까지 걸린 시간 (28일 이동 평균)",
4345
MetricUnit.HOURS,
4446
true,
4547
orderedComponentLabels(),

0 commit comments

Comments
 (0)