Skip to content

Release v1.0.0

Compare
Choose a tag to compare
@cgilmour cgilmour released this 23 Jul 22:02
· 97 commits to master since this release
8cf643b

Features

  • Add code changes needed to support Datadog Synthetics
  • Add code for trace analytics
  • Add code for DD_TRACE_REPORT_HOSTNAME, used when the agent is on a different host
  • Add code for DD_ENV to set the env attribute of traces /thanks @keattang
  • Add support for trace analytics controlled by environment variables

Fixes

  • Revert nginx implementation to use nginx-opentracing
  • Add tags for manual_keep and manual_drop
  • Remove a redundant move /thanks @yuval-k and @ipuustin
  • Workaround for integration test failure
  • Missing header in BUILD.bazel
  • Outdated examples removed
  • README improvements