New
- Support for "Unified Service" concept with new or renamed settings, standard across all language tracers (#716)
DD_SERVICEto set the service name (previouslyDD_SERVICE_NAME)DD_VERSIONto set the service version (new)DD_TAGSto set global spans (previouslyDD_TRACE_GLOBAL_TAGS)DD_ENV(no change)envandversiontags are added to all spans and metricsdd.env,dd.service, anddd.versionfields 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
HttpExceptionwith 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)