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

Remove the WithSDKOptions from the Jaeger exporter #1825

Merged
merged 7 commits into from
Apr 20, 2021

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Apr 19, 2021

Removed the Jaeger exporter WithSDKOptions Option. This option was used to set SDK options for the exporter creation convenience functions. These functions are provided as a way to easily setup or install the exporter with what are deemed reasonable SDK settings for common use cases. If the SDK needs to be configured differently, the NewRawExporter function and direct setup of the SDK with the desired settings should be used.

Part of #1803

@MrAlias MrAlias added release:1.0.0-rc.1 pkg:exporter:jaeger Related to the Jaeger exporter package labels Apr 19, 2021
@MrAlias MrAlias added this to the RC1 milestone Apr 19, 2021
@codecov
Copy link

codecov bot commented Apr 19, 2021

Codecov Report

Merging #1825 (456a9be) into main (66389ad) will increase coverage by 0.0%.
The diff coverage is 100.0%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #1825   +/-   ##
=====================================
  Coverage   78.4%   78.4%           
=====================================
  Files        135     135           
  Lines       7252    7247    -5     
=====================================
- Hits        5688    5687    -1     
+ Misses      1316    1315    -1     
+ Partials     248     245    -3     
Impacted Files Coverage Δ
exporters/trace/jaeger/jaeger.go 88.5% <100.0%> (-0.3%) ⬇️
sdk/metric/sdk.go 81.3% <0.0%> (+1.1%) ⬆️
sdk/metric/refcount_mapped.go 100.0% <0.0%> (+22.2%) ⬆️

example/jaeger/main.go Show resolved Hide resolved
@MrAlias MrAlias merged commit 543c814 into open-telemetry:main Apr 20, 2021
@MrAlias MrAlias deleted the jaeger-rm-sdk-opts branch April 20, 2021 23:48
@MrAlias MrAlias mentioned this pull request Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg:exporter:jaeger Related to the Jaeger exporter package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants