-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Upgrade otel collector core, fix changes for non-nullable InstrumentationLibrary #1702
Conversation
173d44a
to
943d73a
Compare
…tionLibrary Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
943d73a
to
5252b0b
Compare
Codecov Report
@@ Coverage Diff @@
## master #1702 +/- ##
===========================================
+ Coverage 70.97% 89.53% +18.56%
===========================================
Files 33 373 +340
Lines 1509 18233 +16724
===========================================
+ Hits 1071 16325 +15254
- Misses 366 1419 +1053
- Partials 72 489 +417
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
…tor-contrib@fabde15 This is to incorporate the changes in open-telemetry/opentelemetry-collector-contrib#1706 and open-telemetry/opentelemetry-collector-contrib#1707 All dependencies need to be updated because open-telemetry/opentelemetry-collector-contrib#1702 introduces breaking changes
…tor-contrib@fabde15 (#190) This is to incorporate the changes in open-telemetry/opentelemetry-collector-contrib#1706 and open-telemetry/opentelemetry-collector-contrib#1707 All dependencies need to be updated because open-telemetry/opentelemetry-collector-contrib#1702 introduces breaking changes
update design link
…date docs (#1702) * Rename WithDefaultSampler TracerProvider option to WithSampler The term "DefaultSampler" comes from early ideas of this project where there would be overriding samplers lower in the trace SDK. This overriding does not exist and if it is going to be introduced in the future the sampler associated with the TracerProvider is already scoped based on that association (no need to scope with a name). This renames the TracerProvider option to not include this anachronism. * Update PR number in CHANGELOG * Propagate rename * Update defaults documentation for TracerProvider * Update sdk/trace/provider.go Co-authored-by: Steven E. Harris <seh@panix.com> * Update sdk/trace/provider.go Co-authored-by: Steven E. Harris <seh@panix.com>
…tor-contrib@fabde15 (#190) This is to incorporate the changes in open-telemetry/opentelemetry-collector-contrib#1706 and open-telemetry/opentelemetry-collector-contrib#1707 All dependencies need to be updated because open-telemetry/opentelemetry-collector-contrib#1702 introduces breaking changes
Signed-off-by: Bogdan Drutu bogdandrutu@gmail.com