To get started with Datadog APM, you need to follow these key steps:
Install and configure the Datadog Agent.
Instrument your application.
Simplify your setup! Install the Agent and instrument your application in one step with Single Step Instrumentation.
Instrumenting your application allows observability data to be sent to the Agent, which then passes data to the Datadog backend to display in the UI.
Instrumentation types
There are two main approaches to instrument your application: automatic or custom
Instrumentation is the process of adding code to your application to capture and report observability data to Datadog, such as traces, metrics, and logs.Glossary.
Automatic instrumentation
Create
A span is a logical unit of work in a distributed system for a given period.Glossarys for your application with minimal manual steps. To automatically instrument your application, you can use either of these options:
Single Step Instrumentation (Beta): Run a one-line install command to install the Datadog Agent, enable APM, and instrument all of your services on your Linux host, VM, or container.
Datadog libraries: Add Datadog tracing libraries to your application.
Capture observability data from in-house code or complex functions that aren’t captured by automatic instrumentation. To custom instrument your application, you can use either of these options:
Datadog libraries: Use Datadog tracing libraries to add and customize observability within Datadog.
OpenTelemetry APIs: Use OpenTelemetry API support in Datadog libraries to have vendor-neutral instrumentation of your code.
The following tutorials guide you through setting up distributed tracing for a sample application on various infrastructure scenarios, with both automatic and custom instrumentation, using the Datadog tracing libraries: