Closed mahadzaryab1 closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.81%. Comparing base (
1da98bb
) to head (c5f9ffa
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
please resolve conflicts
please resolve conflicts
done!
One more thing we can do is combine Options and NamespaceConfig into a single struct Config.
@yurishkuro do we just want to get rid of Options
and rename NamespaceConfig
to Config
?
Yes, the separate Options struct now serves no purpose.
Yes, the separate Options struct now serves no purpose.
Opened PR at https://github.com/jaegertracing/jaeger/pull/5937
Which problem is this PR solving?
Description of the changes
Validate
method forNamespaceConfiguration
struct for the badger storageHow was this change tested?
Checklist
jaeger
:make lint test
jaeger-ui
:yarn lint
andyarn test