Instrument API requests with spans and distributed tracing. Use when tracking request latency, correlating client-backend traces, or debugging API issues.
100
instrumentation-planning
nexus-labs-automation1/29/2026
Plan what to measure in mobile apps. Use when starting observability, prioritizing instrumentation, or asking "what should I track?"
100
symbolication-setup
nexus-labs-automation1/29/2026
Configure crash symbolication for readable stack traces. Use when setting up dSYMs (iOS), ProGuard/R8 mappings (Android), or source maps (React Native).
100
user-journey-tracking
nexus-labs-automation1/29/2026
Track user journeys with intent context and friction signals. Use when instrumenting onboarding, checkout, or any multi-step flow where you need to understand WHY users fail.
100
session-replay
nexus-labs-automation1/15/2026
Set up session replay for visual debugging. Use when implementing screen recording, replay features, or visual debugging tools.
98
AI 85
memory-rag-instrumentation
nexus-labs-automation12/26/2025
Instrument RAG retrieval, memory operations, and context management
3
AI 92
instrumentation-planning
nexus-labs-automation12/26/2025
Plan what to measure in AI agent systems using tiered approach
3
tool-call-tracking
nexus-labs-automation12/26/2025
Instrument agent tool executions with proper context and error handling
2
AI 96
multi-agent-coordination
nexus-labs-automation12/26/2025
Instrument multi-agent workflows, handoffs, and parent-child relationships
2
AI 95
token-cost-tracking
nexus-labs-automation12/26/2025
Track token usage and costs across agents for budget management
2
human-in-the-loop
nexus-labs-automation12/26/2025
Instrument human approval workflows, feedback loops, and escalations
2
request-tracing
nexus-labs-automation12/26/2025
Instrument HTTP/gRPC endpoints with distributed tracing and RED metrics
1
AI 68
health-checks
nexus-labs-automation12/26/2025
Implement liveness, readiness, and dependency health checks
0
instrumentation-planning
nexus-labs-automation12/26/2025
Plan backend observability using RED + USE + 4 Golden Signals + JTBD
0
database-observability
nexus-labs-automation12/26/2025
Instrument database queries, connection pools, and detect N+1 queries
0
error-handling
nexus-labs-automation12/26/2025
Capture errors with rich context for debugging and alerting
0
cache-observability
nexus-labs-automation12/26/2025
Track cache hit rates, latency, and detect cache-related issues
0
route-transition-tracking
nexus-labs-automation12/26/2025
Measure time from navigation to page fully loaded and interactive. Use when tracking SPA navigation, route changes, or slow page transitions.