-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
233f9f5
commit 2f51a20
Showing
5 changed files
with
24 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,11 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
[NEXT]: https://github.com/spandex-project/spandex_datadog/compare/vNEXT...v0.3.0 | ||
|
||
## [0.3.0] | ||
# Change Log | ||
|
||
[0.3.0]: https://github.com/spandex-project/spandex_datadog/compare/v0.3.0...v0.2.0 | ||
|
||
### Added | ||
- `SpandexDatadog.Adapter.inject_context/3` added to support the new version of | ||
the `Spandex.Adapter` behaviour. | ||
|
||
## [0.2.0] | ||
|
||
[0.2.0]: https://github.com/spandex-project/spandex_datadog/compare/v0.2.0...v0.1.0 | ||
|
||
### 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. | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines. | ||
|
||
### 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. | ||
<!-- changelog --> | ||
|
||
### Deprecated | ||
- `SpandexDatadog.ApiServer.send_spans/2` is deprecated in favor of | ||
`SpandexDatadog.ApiServer.send_trace/2`. | ||
## [0.3.1](https://github.com/spandex-project/spandex_datadog/compare/0.3.1...0.3.1) (2018-10-19) | ||
|
||
## [0.1.0] | ||
|
||
### Added | ||
- Initial release of the `spandex_datadog` library separately from the | ||
`spandex` library. | ||
|
||
[0.1.0]: https://github.com/spandex-project/spandex_datadog/commit/3c217429ec5e79e77e05729f2a83d355eeab4996 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters