Custom Instrumentation with Datadog Libraries

이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

Custom instrumentation allows programmatic creation, modification, or deletion of traces to send to Datadog. This is useful for tracing in-house code not captured by automatic instrumentation, removing unwanted spans from traces, and for providing deeper visibility and context into spans, including adding any desired span tags.

Before instrumenting your application, review Datadog’s APM Terminology and familiarize yourself with the core concepts of Datadog APM.

If you use an open standard to instrument your code, see Instrumenting with OpenTracing or Instrumenting with OpenTelemetry.

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

Further Reading

PREVIEWING: drodriguezhdez/add_public_docs_log_summarization