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
resourceto spannameif not set
v0.3.0
Added
SpandexDatadog.Adapter.inject_context/3added to support the new version of
theSpandex.Adapterbehaviour.
v0.2.0
Added
- Priority sampling of distributed traces is now supported by sending the
priortyfield from theTracealong with eachSpansent to Datadog,
using the appropriate_sampling_priority_v1field under themetrics
field.
Changed
- If the
envoption 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/2now returns aSpandex.Trace
struct, including aprioritybased on thex-datadog-sampling-priority
HTTP header.SpandexDatadog.ApiServernow supports thesend_tracefunction, taking a
Spandex.Tracestruct.
Deprecated
SpandexDatadog.ApiServer.send_spans/2is deprecated in favor of
SpandexDatadog.ApiServer.send_trace/2.
v0.1.0
Added
- Initial release of the
spandex_datadoglibrary separately from the
spandexlibrary.