이 페이지는 아직 한국어로 제공되지 않으며 번역 작업 중입니다. 번역에 관한 질문이나 의견이 있으시면 언제든지 저희에게 연락해 주십시오.

The Datadog APM Tracer supports B3 and W3C Trace Context header extraction and injection for distributed tracing.

You can configure injection and extraction styles for distributed headers.

The Node.js Tracer supports the following styles:

  • Datadog: datadog
  • B3 Multi Header: b3multi (B3 alias is deprecated)
  • W3C Trace Context: tracecontext
  • B3 Single Header: B3 single header

The default setting for both injection and extraction style is datadog,tracecontext.

For more information about the context propagation settings, read Node.js Tracing Library Configuration.

Further Reading