-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[jaeger-v2] Consolidate v1 and v2 Configurations for GRPC Storage #6042
Conversation
Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6042 +/- ##
==========================================
- Coverage 96.92% 96.90% -0.02%
==========================================
Files 349 349
Lines 16600 16587 -13
==========================================
- Hits 16089 16074 -15
- Misses 328 329 +1
- Partials 183 184 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
lgtm |
Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
@yurishkuro I don't believe this is a breaking change because the v1 config was being translated to v2 which is what was being used. Let me know if that's incorrect. |
@@ -113,15 +113,15 @@ func TestNewFactoryError(t *testing.T) { | |||
t.Run("viper", func(t *testing.T) { | |||
f := NewFactory() | |||
f.InitFromViper(viper.New(), zap.NewNop()) | |||
f.configV2 = cfg | |||
f.config = *cfg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove &
from declaration and *
from here
Which problem is this PR solving?
Description of the changes
How was this change tested?
Checklist
jaeger
:make lint test
jaeger-ui
:yarn lint
andyarn test