Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

5.21.1

Compare
Choose a tag to compare
@LotharSee LotharSee released this 19 Mar 12:44
· 2 commits to moved since this release
1071b69

Improvements

  • Move to Datadog backend API 0.2. It brings a lot of changes which should improve overall performance and error handling.
    • Move to Protobuf for trace serialization. (#339, #340, #343 )
    • Use API endpoints 0.2, with different endpoints for traces and stats. (#343, #353)
    • Improved and configurable error handling and retry policies (#344, #349)
  • Improve sampling by running in combination signature and priority sampling (#345)
  • Detect service type based on span types, no longer requiring client ServiceInfo (#348)
  • Various code cleanup (#337, #338, #342, #354)

Bugfixes

  • Fix wrong HTTP connection usage with clients, which could lead to dropped traces (#341)
  • Support and strip MySQL comments from the quantized resource (#351)

Experimental

  • Introduce a new alpha feature to analyze transactions. Don't use it if not asked by Datadog. (#347)

Read the full changeset