Skip to content

v0.1.6

Choose a tag to compare

@dgoffredo dgoffredo released this 09 Mar 16:48
· 276 commits to main since this release
c87bde4

This release adds new features:

  • W3C-style trace context propagation adds support for OpenTelemetry-compatible trace context extraction and injection. It is enabled by default, and is interoperable with Datadog-style traces.
  • 128-bit trace ID generation is an opt-in feature making the tracer produce 128-bit trace IDs instead of 64-bit trace IDs. The new wider trace IDs are backward compatible with respect to Datadog-style trace context propagation.
  • Additional span tags are automatically added to each span for better and more consistent reporting in the Datadog UI.