Commit Graph

4 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