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