Download Latest Version v2.1.0 source code.tar.gz (3.8 MB)
Email in envelope

Get an email when there's a new version of Datadog Client Libraries for Go

Home / v2.1.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-07-11 10.8 kB
v2.1.0 source code.tar.gz 2025-07-11 3.8 MB
v2.1.0 source code.zip 2025-07-11 4.7 MB
Totals: 3 Items   8.4 MB 2

Summary

Application Performance Monitoring (APM)

Client-Side Stats computation is now enabled by default. This feature allows the Go tracer to compute aggregated span statistics locally before sending them to the Datadog Agent, resulting in reduced network traffic and improved performance.

What this means: Instead of sending all raw span data to the Agent, the tracer now sends pre-computed statistics, reducing bandwidth usage while maintaining full observability.

To disable, if needed: Set the environment variable DD_TRACE_STATS_COMPUTATION_ENABLED=false or use tracer.WithStatsComputation(false) when starting the tracer programmatically.

Application Security Management (ASM)

contrib envoyproxy/go-control-plane: * API Security * Proxy sampler has been implemented for schema generation * Support of Json body analysis of requests and responses (using simdjson-go or fallbacking on json-iterator/go if not available) * Appsec * Support of Envoy observability_mode for async and non-blocking requests analysis

What's Changed

Application Performance Monitoring (APM)

Application Security Management (ASM)

Profiling

CI Visibility

General

New Contributors

Full Changelog: https://github.com/DataDog/dd-trace-go/compare/v2.0.0...v2.1.0

Source: README.md, updated 2025-07-11