Releases: spandex-project/spandex_datadog
Releases · spandex-project/spandex_datadog
v1.4.0
v1.3.0
What's Changed
- Update supervision tree docs in README by @GregMefford in #46
- Add rule_psr and limit_psr metrics to improve trace ingestion rate by @mrz in #45
- Fix typos by @kianmeng in #48
- Prep for release 1.3.0 by @GregMefford in #54
- Update the CHANGELOG by @GregMefford in #55
New Contributors
Full Changelog: 1.2.0...1.3.0
v1.2.0
What's Changed
- Handle structs explicitly when adding error type by @cararemixed in #37
- Misc doc generation changes by @kianmeng in #40
- Remove usage of the transitive dependency Optimal by @kamilkowalski in #33
- Update min version of telemetry by @ayrat555 in #43
- add container id to ApiServer.State and send in header by @dallincrane in #38
New Contributors
- @cararemixed made their first contribution in #37
- @kianmeng made their first contribution in #40
- @kamilkowalski made their first contribution in #33
- @ayrat555 made their first contribution in #43
- @dallincrane made their first contribution in #38
Full Changelog: 1.1.0...1.2.0
v1.1.0
release version 1.1.0
v0.3.1
Bug Fixes
- Default span
resource
to spanname
if not set
v0.3.0
Added
SpandexDatadog.Adapter.inject_context/3
added to support the new version of
theSpandex.Adapter
behaviour.
v0.2.0
Added
- Priority sampling of distributed traces is now supported by sending the
priorty
field from theTrace
along with eachSpan
sent to Datadog,
using the appropriate_sampling_priority_v1
field under themetrics
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 aSpandex.Trace
struct, including apriority
based on thex-datadog-sampling-priority
HTTP header.SpandexDatadog.ApiServer
now supports thesend_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
Added
- Initial release of the
spandex_datadog
library separately from the
spandex
library.