운영 대시보드에 DB 파일 용량 표시 #55
Labels
No labels
api
bug
chore
collector
decision-needed
docs
enhancement
feature
feedback-loop
frontend
infra
skill
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
xhh/financial-data-platform#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
운영 관점에서 SQLite 파일이 얼마나 커졌는지 한눈에 보고 싶음. 현재는 컨테이너 ssh 들어가서
ls -lh data/해야 알 수 있다.제안
API 쪽
/api/meta/coverage응답에db_size_bytes필드 추가. 또는/api/health에 끼워넣기. 두 후보 중:Streamlit 쪽
Data Coverage페이지 상단 메트릭 카드에DB 파일 용량추가.humanize같은 라이브러리 없이 간단히 MB/GB 로 포맷:Or 사이드바에 전역 표시.
완료 기준
/api/meta/coverage응답에db_size_bytes필드 (nullable)CoverageResponse업데이트Data Coverage페이지에 용량 표시 (MB/GB 자동 단위)규모
작음 (~30분).