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

Use patched version of github.com/opentracing-contrib/go-grpc in HotROD #4210

Merged
merged 2 commits into from
Feb 5, 2023

Conversation

yurishkuro
Copy link
Member

Which problem is this PR solving?

Short description of the changes

Signed-off-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: Yuri Shkuro <github@ysh.us>
@yurishkuro yurishkuro requested a review from a team as a code owner February 5, 2023 03:04
@yurishkuro yurishkuro requested a review from vprithvi February 5, 2023 03:04
@codecov
Copy link

codecov bot commented Feb 5, 2023

Codecov Report

Base: 97.08% // Head: 97.09% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (8222960) compared to base (ab14d4f).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4210      +/-   ##
==========================================
+ Coverage   97.08%   97.09%   +0.01%     
==========================================
  Files         302      302              
  Lines       17683    17683              
==========================================
+ Hits        17168    17170       +2     
+ Misses        414      413       -1     
+ Partials      101      100       -1     
Flag Coverage Δ
unittests 97.09% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
plugin/storage/integration/integration.go 75.95% <0.00%> (-0.39%) ⬇️
pkg/config/tlscfg/cert_watcher.go 94.81% <0.00%> (+2.22%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@yurishkuro yurishkuro merged commit 5040023 into jaegertracing:main Feb 5, 2023
@yurishkuro yurishkuro deleted the hotrod-broken branch February 5, 2023 04:07
shubbham1215 pushed a commit to shubbham1215/jaeger that referenced this pull request Feb 22, 2023
…OD (jaegertracing#4210)

## Which problem is this PR solving?
- Resolves jaegertracing#4209

## Short description of the changes
- I created a temporary patch branch
https://github.com/opentracing-contrib/go-grpc/tree/patch-for-opentelemetry-go-issue-3678
as a workaround for OTEL issue
open-telemetry/opentelemetry-go#3678
- Only HotROD code is using this library, our production code is using
`grpc-ecosystem/grpc-opentracing` (which seems to be an identical copy,
I am not sure why there are two libs, but it came in handy right now)

---------

Signed-off-by: Yuri Shkuro <github@ysh.us>
shubbham1215 pushed a commit to shubbham1215/jaeger that referenced this pull request Mar 5, 2023
…OD (jaegertracing#4210)

## Which problem is this PR solving?
- Resolves jaegertracing#4209

## Short description of the changes
- I created a temporary patch branch
https://github.com/opentracing-contrib/go-grpc/tree/patch-for-opentelemetry-go-issue-3678
as a workaround for OTEL issue
open-telemetry/opentelemetry-go#3678
- Only HotROD code is using this library, our production code is using
`grpc-ecosystem/grpc-opentracing` (which seems to be an identical copy,
I am not sure why there are two libs, but it came in handy right now)

---------

Signed-off-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: shubbham1215 <sawaikershubham@gmail.com>
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.

[Bug]: HotROD tracing is broken over gRPC requests
1 participant