Skip to content

Commit abbad33

Browse files
committed
fix: improve activity log scale event cause display
- Simplify scaling decision reason texts (e.g., "Normal Load" instead of "Normal Load Detected") - Add support for "Critical Load" (8 vCPU tier) - Improve Activity Log parsing logic with fallback handling - Add TxPool metric extraction - Handle [Executed] prefix in reason strings - Update all related tests to match new reason format All 737 tests pass successfully.
1 parent 51afd78 commit abbad33

File tree

8 files changed

+788
-523
lines changed

8 files changed

+788
-523
lines changed

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ AI 모델을 활용한 모니터링, 스케일링, 보안, 예측, 운영 자동
6060
| [L1 Proxyd Failover](guide/proxyd-failover-setup.md) | 운영자 | **[필수]** L2 블록 생성 보호: Paid L1 RPC quota 초과 시 자동 failover |
6161
| [데모 시나리오](guide/demo-scenarios.md) | 테스트/데모 | 다양한 시나리오별 L2 메트릭 시뮬레이션 |
6262
| [프로덕션 로드 테스트](guide/production-load-testing-guide.md) | QA/운영 | 실제 EKS 환경에서의 부하 테스트 및 검증 |
63+
| [스케일링 정확도 테스트](guide/scaling-accuracy-testing-guide.md) | 개발자/운영자 | 스케일링 알고리즘 백테스트 원리, 사용법, 시나리오 추가 방법 |
6364

6465
---
6566

0 commit comments

Comments
 (0)