๐ŸŒ
Datadog
docs.datadoghq.com โ€บ tracing
APM
Datadog APM integrates seamlessly with logs, real user monitoring (RUM), synthetic monitoring, and more: View your application logs side-by-side with traces to find logs for specific requests, services, or versions.
Agent
The vanilla datadog-agent was running with a process check to monitor the Agent itself. Enabling more integrations may increase Agent resource consumption. Enabling JMX Checks forces the Agent to use more memory depending on the number of beans exposed by the monitored JVMs. Enabling the trace and ...
API Reference
Datadog, the leading service for cloud-scale monitoring.
Integrations
Gather data from all of your systems, apps, & services
Log Search Syntax
For instance, if your attribute name is url and you want to filter on the url value www.datadoghq.com, enter: ... Reserved attributes such as host, source, status, service, trace_id, and message do not require the @ prefix.
๐ŸŒ
Datadog
docs.datadoghq.com โ€บ getting_started โ€บ tracing
Getting Started with APM Tracing
Set up Application Performance Monitoring (APM) to identify bottlenecks, troubleshoot issues, and send traces to Datadog.
๐ŸŒ
Datadog
datadoghq.com โ€บ product โ€บ apm
Application Performance Monitoring (APM) | Datadog
June 15, 2020 - Datadog Application Performance Monitoring (APM) provides AI-powered code-level distributed tracing from browser and mobile applications to backend services and databases. By seamlessly correlating traces with logs, metrics, real user monitoring ...
๐ŸŒ
Datadog
docs.datadoghq.com โ€บ database_monitoring โ€บ connect_dbm_and_apm
Correlate Database Monitoring and Traces
This guide assumes that you have configured Database Monitoring and are using APM. Connecting APM and DBM injects APM trace identifiers into DBM data collection, which allows correlation of these two data sources.
๐ŸŒ
Datadog
docs.datadoghq.com โ€บ tracing โ€บ troubleshooting โ€บ agent_apm_metrics
APM metrics sent by the Datadog Agent
Reference list of all APM metrics sent by the Datadog Agent for monitoring trace processing and Agent performance.
๐ŸŒ
Datadog
docs.datadoghq.com โ€บ tracing โ€บ trace_collection
Application Instrumentation
Application instrumentationInstrumentation is the process of adding code to your application to capture and report observability data to Datadog, such as traces, metrics, and logs.Glossary with Datadog APM involves:
๐ŸŒ
Datadog
docs.datadoghq.com โ€บ containers โ€บ kubernetes โ€บ apm
Kubernetes APM - Trace Collection
This page describes how to set up and configure Application Performance Monitoring (APM) for your Kubernetes application. You can send traces over Unix Domain Socket (UDS), TCP (IP:Port), or Kubernetes service. Datadog recommends that you use ...
๐ŸŒ
Datadog
docs.datadoghq.com โ€บ synthetics โ€บ platform โ€บ apm
Synthetic APM
Your service, and the endpoint your test is running on, is traced on the APM side. Your service uses an HTTP server. Your HTTP server is using a library that supports distributed tracing. Create a test that hits your traced HTTP server, and Datadog automatically links the trace generated by your server to the corresponding test result.
Find elsewhere
๐ŸŒ
Datadog
datadoghq.com โ€บ blog โ€บ tracing-lambda-datadog-apm
Distributed tracing for AWS Lambda with Datadog APM | Datadog
June 12, 2023 - With native, end-to-end tracing now available for AWS Lambda through Datadog APM, you can get deep visibility into all your serverless functions, without adding any latency to your applications. Correlating traces with metrics and logs gives you the context you need to optimize application performance and troubleshoot complex production issues.
๐ŸŒ
Datadog
docs.datadoghq.com โ€บ tracing โ€บ troubleshooting
APM Troubleshooting
Read about detecting trace collection CPU usage and about calculating adequate resource limits for the Agent in Agent Resource Usage. Within Datadog Agent logs, if you see error messages about rate limits or max events per second, you can change these limits by following these instructions. If you have questions, before you change the limits, consult with the Datadog support team. This section covers approaches for addressing security concerns in APM, including protecting sensitive data and managing traffic.
๐ŸŒ
Datadoghq
learn.datadoghq.com โ€บ courses โ€บ getting-started-apm
Getting Started with APM Metrics & Traces
Monitor service health and performance with Application Performance Management (APM). Explore traces to understand requests and interactions between services. Track key metrics to understand trends that impact system behavior and user experience.
๐ŸŒ
ControlTheory
controltheory.com โ€บ home โ€บ use case โ€บ smarter tracing in datadog
Smarter Tracing in Datadog APM
February 12, 2026 - Datadog APM is a powerful observability solution โ€” and a top choice for distributed tracing. But as your system scales, so do two critical challenges: gaps in visibility and unexpected costs tied to Datadog pricing and billing models.
๐ŸŒ
Datadog
docs.datadoghq.com โ€บ tracing โ€บ metrics
APM Metrics
These metrics capture request counts, error counts, and latency measures. They are calculated based on 100% of the applicationโ€™s traffic, regardless of any trace ingestion sampling configuration. By default, these metrics are calculated in the Datadog Agent based on the traces sent from an instrumented application to the Agent.
๐ŸŒ
GitHub
github.com โ€บ DataDog โ€บ dd-trace-java
GitHub - DataDog/dd-trace-java: Datadog APM client for Java ยท GitHub
dd-trace-java contains APIs to automatically or manually trace and profile Java applications. These features power Distributed Tracing with Automatic Instrumentation, Continuous Profiling, Error Tracking, Continuous Integration Visibility, ...
Starred by 703 users
Forked by 331 users
Languages ย  Java 55.4% | Groovy 29.5% | FreeMarker 13.4% | Kotlin 0.9% | Scala 0.5% | Shell 0.3%
๐ŸŒ
Datadog
docs.datadoghq.com โ€บ error_tracking โ€บ guides โ€บ enable_apm
Enable APM
Open the datadog.yaml configuration file. Remove the core_agent and error_tracking_standalone attributes: - core_agent: - enabled: false apm_config: + enabled: true - error_tracking_standalone: - enabled: true
๐ŸŒ
Codesee
codesee.io โ€บ learning-center โ€บ datadog-distributed-tracing
Datadog Distributed Tracing: Solution Overview and 3 Key Features
Datadog Application Performance Monitoring (APM) is a powerful tool that enables distributed tracing for modern applications that provides end-to-end visibility into system performance.
๐ŸŒ
Datadog
docs.datadoghq.com โ€บ tracing โ€บ trace_collection โ€บ single-step-apm
Single Step APM Instrumentation
When you install or update the ... SDK into supported processes. This enables distributed tracing by capturing and sending trace data from your services without requiring code changes....
๐ŸŒ
GitHub
github.com โ€บ DataDog โ€บ dd-trace-go
GitHub - DataDog/dd-trace-go: Datadog Go Library including APM tracing, profiling, and security monitoring. ยท GitHub
Datadog Application Performance Monitoring (APM): Trace requests as they flow across web servers, databases, and microservices so that developers have great visibility into bottlenecks and troublesome requests.
Starred by 843 users
Forked by 514 users
Languages ย  Go 98.3% | Shell 1.1% | Bicep 0.4% | Dockerfile 0.1% | Makefile 0.1% | Go Template 0.0%
๐ŸŒ
Datadog
docs.datadoghq.com โ€บ tracing โ€บ guide โ€บ apm_dashboard
Create a Dashboard to track and correlate APM metrics
Datadog APM allows you to create dashboards based on your business priorities and metrics important to you: You can create widgets on these dashboards to keep track of any traditional infrastructure, logs and custom metrics like host memory usage alongside critical APM metrics based on throughput, latency, and error rate for correlation.