Skip to content

Releases: spandex-project/spandex_datadog

v1.4.0

26 Aug 18:36
6be372a
Compare
Choose a tag to compare

Features

Bug Fixes

New Contributors

v1.3.0

17 Oct 01:39
ff8ce97
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @mrz made their first contribution in #45

Full Changelog: 1.2.0...1.3.0

v1.2.0

23 Oct 17:35
7e3d3c9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.2.0

v1.1.0

23 Oct 17:19
Compare
Choose a tag to compare
release version 1.1.0

v0.3.1

13 Nov 17:00
Compare
Choose a tag to compare

Bug Fixes

  • Default span resource to span name if not set

v0.3.0

15 Sep 17:02
47646cb
Compare
Choose a tag to compare

Added

  • SpandexDatadog.Adapter.inject_context/3 added to support the new version of
    the Spandex.Adapter behaviour.

v0.2.0

15 Sep 17:02
Compare
Choose a tag to compare

Added

  • Priority sampling of distributed traces is now supported by sending the
    priorty field from the Trace along with each Span sent to Datadog,
    using the appropriate _sampling_priority_v1 field under the metrics
    field.

Changed

  • If the env option is not specified for a trace, it will no longer be sent
    to Datadog, This allows the Datadog trace collector configured default to be
    used, if desired.
  • SpandexDatadog.Adapter.distributed_context/2 now returns a Spandex.Trace
    struct, including a priority based on the x-datadog-sampling-priority
    HTTP header.
  • SpandexDatadog.ApiServer now supports the send_trace function, taking a
    Spandex.Trace struct.

Deprecated

  • SpandexDatadog.ApiServer.send_spans/2 is deprecated in favor of
    SpandexDatadog.ApiServer.send_trace/2.

v0.1.0

15 Sep 17:02
Compare
Choose a tag to compare

Added

  • Initial release of the spandex_datadog library separately from the
    spandex library.