Skip to content

Commit

Permalink
Remove B3 propagator from otel repo (#1191)
Browse files Browse the repository at this point in the history
* Remove B3 propagator

* Add to Changelog

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
  • Loading branch information
evantorrie and MrAlias authored Sep 22, 2020
1 parent e7e1dce commit 038f505
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 2,015 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Move the `go.opentelemetry.io/otel/api/unit` package to `go.opentelemetry.io/otel/unit`. (#1185)
- Renamed `SamplingDecision` values to comply with OpenTelemetry specification change. (#1192)

### Removed

- Remove the B3 propagator from `go.opentelemetry.io/otel/propagators`. It is now located in the
`go.opentelemetry.io/contrib/propagators/` module. (#1191)

### Fixed

- Zipkin example no longer mentions `ParentSampler`, corrected to `ParentBased`. (#1171)
Expand Down
343 changes: 0 additions & 343 deletions propagators/b3.go

This file was deleted.

Loading

0 comments on commit 038f505

Please sign in to comment.