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

Bump OTEL version and use OTEL's vanity import path #2256

Merged
merged 4 commits into from
May 26, 2020

Conversation

pavolloffay
Copy link
Member

Signed-off-by: Pavol Loffay ploffay@redhat.com

Signed-off-by: Pavol Loffay <ploffay@redhat.com>
@pavolloffay pavolloffay requested a review from a team as a code owner May 25, 2020 14:41
@pavolloffay pavolloffay requested a review from vprithvi May 25, 2020 14:41
@@ -88,7 +88,7 @@ func configureCollector(v *viper.Viper, cfg *jaegerreceiver.Config) {
}
if cOpts.TLS.CertPath != "" && cOpts.TLS.KeyPath != "" {
cfg.Protocols["grpc"].TLSCredentials = &receiver.TLSCredentials{
// TODO client-ca is missing in OTEL https://github.com/open-telemetry/opentelemetry-collector/issues/963
// TODO client-ca is missing in OTEL https://go.opentelemetry.io/collector/issues/963
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link in the comment is broken :(

@rubenvp8510
Copy link
Contributor

Overall looks good to me, Just a minor comment.

Signed-off-by: Pavol Loffay <ploffay@redhat.com>
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
@codecov
Copy link

codecov bot commented May 26, 2020

Codecov Report

Merging #2256 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2256   +/-   ##
=======================================
  Coverage   96.15%   96.15%           
=======================================
  Files         219      219           
  Lines       10658    10658           
=======================================
  Hits        10248    10248           
- Misses        352      353    +1     
+ Partials       58       57    -1     
Impacted Files Coverage Δ
plugin/storage/badger/spanstore/reader.go 96.79% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 118951e...25e062c. Read the comment docs.

@pavolloffay pavolloffay merged commit 123bc01 into jaegertracing:master May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants