# Local Observability Baseline - Generated at: 2026-03-24 09:07:04 +08:00 - Scope: single-node local baseline, not a production traffic certification result ## Concurrent Login Baseline - Source command: `go test ./internal/e2e -run TestE2EConcurrentLogin -v -count=1` - Concurrency configured by test: 20 - Result: success=2 fail=18 status=map[200:2 429:18] total=109.0339ms avg=12.76726ms - Interpretation: current login rate limiter absorbs most burst traffic with 429, while successful requests remained sub-second and no 5xx appeared. ## Browser Flow Baseline - Source command: `cd frontend/admin && npm.cmd run e2e:auth-smoke:win` - login-initial: 98ms - login-desktop: 242ms - login-tablet: 100ms - login-mobile: 90ms - Interpretation: current raw CDP browser validation stayed well below the existing `HighResponseTime` alert threshold of 1s in `deployment/alertmanager/alerts.yml`. ## Evidence Files - concurrent-login-20260324-090637.txt - raw-cdp-auth-smoke-20260324-090637.txt