Custom Instrumentation with Datadog Libraries

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

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