Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

b3: Introduce New function and option type #868

Merged
merged 8 commits into from
Jul 23, 2021
Merged

b3: Introduce New function and option type #868

merged 8 commits into from
Jul 23, 2021

Conversation

pellared
Copy link
Member

@pellared pellared commented Jul 7, 2021

Why

Per #851

What

Adhere to https://github.com/open-telemetry/opentelemetry-go/blob/main/CONTRIBUTING.md#configuration

⚠️ It introduces breaking changes.

Other remarks

During the last SIG meeting, we agreed that we should have a single Go Module per propagator. This will be done in a dedicated PR.

@codecov
Copy link

codecov bot commented Jul 7, 2021

Codecov Report

Merging #868 (53e2423) into main (7668016) will increase coverage by 0.0%.
The diff coverage is 100.0%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main    #868   +/-   ##
=====================================
  Coverage   75.3%   75.4%           
=====================================
  Files         68      69    +1     
  Lines       3054    3064   +10     
=====================================
+ Hits        2301    2311   +10     
  Misses       613     613           
  Partials     140     140           
Impacted Files Coverage Δ
propagators/b3/b3_config.go 100.0% <100.0%> (ø)
propagators/b3/b3_propagator.go 98.6% <100.0%> (+<0.1%) ⬆️

propagators/b3/b3_config.go Outdated Show resolved Hide resolved
propagators/b3/b3_config.go Outdated Show resolved Hide resolved
propagators/b3/b3_propagator.go Show resolved Hide resolved
@pellared pellared requested a review from MrAlias July 21, 2021 13:14
@Aneurysm9 Aneurysm9 merged commit 05ef436 into open-telemetry:main Jul 23, 2021
@Aneurysm9 Aneurysm9 mentioned this pull request Jul 26, 2021
garrettwegan referenced this pull request in garrettwegan/opentelemetry-go-contrib Jul 28, 2021
* b3: Introduce option type

* Update docs

* Apply suggestions from code review

Co-authored-by: Tyler Yahn <[email protected]>

* Unexport b3.B3

* Use b3.New instead of b3.B3

* Fix lint errors

Co-authored-by: Tyler Yahn <[email protected]>
Co-authored-by: Anthony Mirabella <[email protected]>
@pellared pellared added this to the untracked milestone Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants