feat: latency profiling and optimization (closes #211) - #305
feat: latency profiling and optimization (closes #211)#305atejuolabello-beep wants to merge 52 commits into
Conversation
|
Warning Review limit reachedNext included review available in 55 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (28)
✨ Finishing Touches 💡 1⚔️ Resolve merge conflicts 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deen-Bridge#317) * feat(swahili): implement Swahili Islamic language processing subsystem * fix(ci): improve container startup polling in Docker build verification --------- Co-authored-by: Unclebaffa <alhassannuhu0.com>
…dge#163) (Deen-Bridge#316) Co-authored-by: Sakariyah Abdulhazeem <150973162+zeemscript@users.noreply.github.com>
|
@atejuolabello-beep Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
Strict review blocker: this branch conflicts with the base branch, and , , and are failing. Please resolve all blockers. |
|
Strict review blocker: this branch conflicts with the base branch, and |
|
Strict review blocker: required checks are failing. Please fix the failures before requesting merge. |
|
@atejuolabello-beep this PR has merge conflicts with the |
Summary
closes #211 #207 #197 #206
Lightweight latency profiling infrastructure: component-level timing, request tracing with bottleneck detection, p50/p95/p99 stats, latency budget enforcement, baseline comparison, optimization recommendations.
Endpoints
Config
ENABLE_LATENCY_PROFILING, LATENCY_BUDGET_DATABASE_MS, LATENCY_BUDGET_API_CALL_MS, LATENCY_BUDGET_RETRIEVAL_MS, LATENCY_BUDGET_INFERENCE_MS
Test plan