Quick Answer
Distributed tracing tracks a request across multiple services. Use OpenTelemetry (OTel) รขโฌโ instrument Node.js with @opentelemetry/sdk-node, propagate trace context via HTTP headers (W3C Trace Context standard), and export spans to Jaeger, Zipkin, or Datadog. Each service adds a span to the trace รขโฌโ you see the full request path and timing across all services.
Answer
Use correlation IDs, async_hooks-based context tracking, and tools like OpenTelemetry, Jaeger, or Zipkin.
S
SugharaIQ Editorial Team
Verified Answer
This answer has been peer-reviewed by industry experts holding senior engineering roles to ensure technical accuracy and relevance for modern interview standards.