27 lines
967 B
Markdown
27 lines
967 B
Markdown
|
|
# Local Observability Baseline
|
||
|
|
|
||
|
|
- Generated at: 2026-03-24 08:43:35 +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[] total= avg=
|
||
|
|
- 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: 66ms
|
||
|
|
- login-desktop: 188ms
|
||
|
|
- login-tablet: 65ms
|
||
|
|
- login-mobile: 67ms
|
||
|
|
- 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-084309.txt
|
||
|
|
- raw-cdp-auth-smoke-20260324-084309.txt
|
||
|
|
|