Skip to content

1.5.0

Compare
Choose a tag to compare
@Kyle-Verhoog Kyle-Verhoog released this 22 Jul 20:09
· 82 commits to master since this release
2653859

New Features

  • Add metrics.process_id to default ignored attributes
  • Add support for POST /telemetry/proxy/api/v2/apmtelemetry endpoint and tracking telemetry requests.
  • Add support for the /info endpoint.
  • Add support for artificially throttling requests to simulate an agent under duress. Enabled dynamically via request header X-Datadog-Test-Trace-Stall-Seconds with /v0.4/trace requests or statically via the --trace-request-delay flag.
  • Add unix domain socket support. Enabled via environment variable DD_APM_RECEIVER_SOCKET or command line argument --trace-uds-socket.

Bug Fixes

  • Fix content length check assuming that the Content-Length header is always included in trace http requests. Some clients (like go) don't submit this header.
  • Add ClientDropP0s setting to /info response.
  • Handle POST /v0.6/stats requests. Only PUT was supported before.
  • Decode service field in trace stats requests, it was previously omitted.