github DataDog/dd-trace-go v1.56.0

latest releases: v1.68.0, v1.68.0-rc.2, v1.68.0-rc.1...
11 months ago

Summary

In this release, Continuous Profiler enables execution tracing by default for Go 1.21+. The execution tracer is the data source powering our new timeline view for analyzing latency and identifying bottlenecks. The profiler additionally adds a new metric for number of active goroutines, and disables profiling in AWS Lambda.

Additionally, Data Stream Monitoring (DSM) has a new version tag to track deployments.

Finally, some contrib library improvements include support for translating custom errors in labstack/echo.v4, and trace context propagation for libraries built on fasthttp.

This release also includes several bug fixes and documentation improvements:

Changes

Application Performance Monitoring (APM)

  • contrib/labstack/echo.v4: add WithErrorTranslator Option by @mattscamp in #2169

Profiling

General

New Contributors

Full Changelog: v1.55.0...v1.56.0

Don't miss a new dd-trace-go release

NewReleases is sending notifications on new releases.