Releases: DataDog/httpd-datadog
Releases · DataDog/httpd-datadog
v1.0.3
This update addresses an issue where spans were incorrectly marked as erroneous when no tracing context was available for extraction. Additionally, the requirement for glibc has been relaxed to improve compatibility.
What's Changed
- fix: Prevent spans from being set to an error state when tracing context is missing by @dmehala in #12
- feat: Disable tracing on the
mod_status
handler by @dmehala in #13 - chore: log module information (version and product enbaled) by @dmehala in #15
New Contributors
For a complete list of changes, please refer to the full changelog.
Release Artifacts
Artifacts are signed with 2ED57717A223B2EDF3281C427C74EE19DE454D68 key.
v1.0.2
v1.0.1
What's Changed
- deps: upgrade [email protected] by @dmehala in #4. This version contains several important security fixes.
- build(deps): bump requests from 2.31.0 to 2.32.2 by @dependabot in #5
New Contributors
- @bm1549 made their first contribution in #3
- @dependabot made their first contribution in #5
Full Changelog: v1.0.0...v1.0.1
v1.0.0 - Initial Release
New Features
- Datadog Tracing Integration: This initial release introduces a new module that adds tracing capabilities for Apache HTTP Server. The module by default enables distributed tracing on all requests.
Key Highlights
- Automatic Trace Generation and Context Propagation: The module automatically generates traces for incoming requests, capturing essential contextual information. It also automatically propagate trace context propagate for supported propagation styles -
W3C
,Datadog
andB3
- Remote Configuration: Configure remotely sampling rates or span tags. For more details, visit Datadog's website.
Getting Started
To begin using the new Datadog tracing module for Apache, please refer to the documentation.
Feedback and contributions are welcome as we continue to improve and enhance this module.