You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2001 identifies several onboard and inference-validation latency risks, but further optimization work needs real timing data before changing timeout behavior, probe strategy, or onboarding orchestration.
PR #3070 adds opt-in profiling traces, but Sprint 5 needs a clear issue to track landing that work, confirming the trace coverage, and using the resulting artifacts to guide the next #2001 breakouts.
Scope
Operationalize onboard profiling traces for latency diagnosis.
Candidate areas:
Onboard phase timing
Gateway startup and recovery waits
Sandbox readiness waits
Dashboard readiness waits
Policy application
Inference validation probes
Curl probe execution
CI/E2E trace artifact collection
Maintainer workflow for collecting traces from slow local or remote runs
Expected Behavior
When profiling is enabled, maintainers should be able to identify which onboard or validation phase dominates a slow run without exposing secrets, provider credentials, or raw API keys.
Trace output should be useful both locally and in CI/E2E artifacts.
Problem
#2001 identifies several onboard and inference-validation latency risks, but further optimization work needs real timing data before changing timeout behavior, probe strategy, or onboarding orchestration.
PR #3070 adds opt-in profiling traces, but Sprint 5 needs a clear issue to track landing that work, confirming the trace coverage, and using the resulting artifacts to guide the next #2001 breakouts.
Scope
Operationalize onboard profiling traces for latency diagnosis.
Candidate areas:
Expected Behavior
When profiling is enabled, maintainers should be able to identify which onboard or validation phase dominates a slow run without exposing secrets, provider credentials, or raw API keys.
Trace output should be useful both locally and in CI/E2E artifacts.
Related Work
This issue should track landing or refreshing #3070, then using the first trace artifacts to update #2001 with evidence-backed latency findings.
Acceptance Criteria
NEMOCLAW_TRACE_FILEand/orNEMOCLAW_TRACE_DIRproduce usable trace artifacts.Non-goals