Propagating the Trace Context

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

W3C Trace Context propagation is available for all supported languages. The default trace propagation style for each language is:

LanguageDefault inject and extract setting
Javadatadog,tracecontext
Pythontracecontext,datadog
RubyDatadog,b3multi,b3,tracecontext
Gotracecontext,datadog
Node.jsdatadog,tracecontext
PHPtracecontext,datadog
.NETtracecontext,datadog
C++datadog,tracecontext
Envoy or nginx proxiestracecontext,Datadog

For more information about each language’s configuration options for trace context propagation, see the following pages:

Java
Python
Ruby
Go
Node.js
PHP
C++
.Net

Further Reading