Commit Graph

6 Commits

Author SHA1 Message Date
Anthony Mirabella af2dfc7baf
Pre release v0.13.0 (#391)
* Prepare for v0.13.0 release

* Update Jaeger propagator to new otel.TextMapPropagator interface

* Update CHANGELOG.md for v0.13.0 release

* Avoid setting global propagator in tests where it is not reset afterward
2020-10-09 22:40:41 -04:00
Zhongyang Wu bbc03fa6f1
[propagator] Add Jaeger propagator (#375)
* [propagator] Initial commit of jaeger propagator.

* [propagator] Add more test & copyright header.

* [propagator] Add injection integration test.

* [propagator] Address comments.

* [propagator] Address the comment.
Change traceID so that we can verify the propagator will not just take the  low 64 bits.

* [propagator] Add necessary doc for functions and types

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-10-08 20:19:42 -07:00
Zhongyang Wu 71b6d7fc42
[propagator] Set sample bitmask when sampling decision is debug for B3 Propagator. (#369)
According to the spec. Debug sampling decision implies accept(sampled) decision.

But we didn't set sample bitmask. So when trace state is debug, `IsSampled` method will still return false, which is different from spec.

Now we make sure when debug bitmask is set, sample bitmask will also be set.

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-09-29 07:48:48 -07:00
Anthony Mirabella e84d6d6575
Update to API v0.12.0 (#363)
* Update to API v0.12.0

* Update CHANGELOG.md

* Fix references to contrib/propagators module
2020-09-25 12:04:47 -04:00
dependabot[bot] d334aff336
Bump github.com/google/go-cmp from 0.5.1 to 0.5.2 in /propagators (#346)
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](https://github.com/google/go-cmp/compare/v0.5.1...v0.5.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-15 08:15:28 -07:00
ET c5771c8dda
Move B3 propagator from main repo to contrib repo (#344)
* Move B3 context propagator from go.opentelemetry.io/otel repo.

* Add to dependabot.yml

* Update README.  Add doc.go

* Updated CHANGELOG to reflect addition of B3 propagator.

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-09-15 08:07:11 -07:00