v0.4.0
Fixes
- Span resource name can now be set using the datadog_resource_name configuration directive. This addresses #3.
Behavior Changes
- The default resource name for spans is now
$request_method $uriinstead of$request_method $datadog_location. This means that the entire request URI will appear in the resource name, instead of only the prefix/pattern associated with the nginx location block.
Known Bugs
- OpenResty's Debian-based Docker image cannot load the module due to a build flag incompatibility. Alpine works.
Release Artifacts
Each .tgz file contains the Datadog nginx module ngx_http_datadog_module.so.
1.18.0-alpine-[...].tgzis compatible with nginx:1.18.0-alpine.1.19.1-[...].tgzis compatible with nginx:1.19.1.- etc.