github DataDog/dd-trace-dotnet v1.17.0
1.17.0

latest releases: v3.40.0, v3.39.0, v3.38.0...
5 years ago

New

  • Support for "Unified Service" concept with new or renamed settings, standard across all language tracers (#716)
    • DD_SERVICE to set the service name (previously DD_SERVICE_NAME)
    • DD_VERSION to set the service version (new)
    • DD_TAGS to set global spans (previously DD_TRACE_GLOBAL_TAGS)
    • DD_ENV (no change)
    • env and version tags are added to all spans and metrics
    • dd.env, dd.service, and dd.version fields are injected into application logs
    • Previous setting names (e.g. DD_SERVICE_NAME) are still supported for backwards compatibility

Fixes

  • Fix OOM issue caused by loading same assembly many times (#729)
  • Ignore HttpException with 404 status code in ASP.NET (#719, fixes #718, thanks @kendallb)
  • Continue tracing even if creating the Statsd client fails (#721)
  • Azure App Services: improve management of child processes (#723)

Build / Test

  • Fix artifact filename when uploading to S3 (#728)

Changes since 1.16.2

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

NewReleases is sending notifications on new releases.