Commit Graph

8 Commits

Author SHA1 Message Date
Cloud User 282644dda5 feat: enhance alert panels with type labels, click-to-zoom, network markArea
CI/CD / build-and-push (push) Successful in 1m29s Details
- Add Z-score peak alerts for NAS (was missing, caused chart/panel mismatch)
- Add markArea (red zones) to NetworkChart for Ingress/Istio peaks
- Distinguish alert types: PEAK (purple), WARNING (orange), CRITICAL (red)
- Click alert item to zoom chart to that time range
- Charts expose zoomToRange via forwardRef/useImperativeHandle

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 14:10:49 +09:00
Cloud User 59c1a29400 fix: adjust z-score threshold to 5, memory warning 80%/critical 90%
CI/CD / build-and-push (push) Successful in 1m28s Details
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 13:56:50 +09:00
Cloud User 9462f39f81 feat: add alert panels for NAS, Ingress, Istio charts
CI/CD / build-and-push (push) Successful in 1m26s Details
- NAS: 80% warning, 90% critical (same as disk)
- Ingress/Istio: Z-score peak detection for traffic spikes
- All placed next to their corresponding charts with scroll

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 13:40:59 +09:00
Cloud User 0cae92ed63 feat: move alert panels next to corresponding charts with scroll
CI/CD / build-and-push (push) Has been cancelled Details
- Replace bottom AlertSection with per-chart AlertPanel
- Each chart row: chart (flex) + alert panel (280px) side by side
- Alert panel matches chart height, scrollable when content overflows

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 13:06:29 +09:00
Cloud User 57dcad38ff feat: add disk avg/min to node table, add NAS/Ingress/Istio detail tables
CI/CD / build-and-push (push) Successful in 1m27s Details
- NodeTable: disk now shows avg, max, min (was max only)
- NasTable: mountpoint-based avg/max/min
- NetworkTable: RX/TX avg/max/min for Ingress and Istio

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 12:59:09 +09:00
Cloud User a76af584cb feat: add Istio card to SummaryCards
CI/CD / build-and-push (push) Successful in 1m29s Details
2026-03-16 13:24:53 +09:00
Cloud User 82635e0335 feat: date range picker, split network into Ingress/Istio, fix NodeTable undefined instance
CI/CD / build-and-push (push) Successful in 1m29s Details
2026-03-16 13:16:54 +09:00
Cloud User 4465be2032 feat: initial infra-report project
CI/CD / build-and-push (push) Failing after 2m26s Details
Next.js 14 기반 인프라 주간 모니터링 보고서 시스템
- Prometheus API 연동 (CPU, Memory, Disk, NAS, Network)
- K8s API 노드 정보 조회
- ECharts 시계열 차트 + Peak 감지
- Helm chart + Gitea CI/CD + ArgoCD 배포 구성
- PDF 다운로드 기능
2026-03-16 10:53:50 +09:00