-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[refactor] Use proto files from jaeger-idl
for remote storage API
#7104
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
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>
@@ -1,11 +1,13 @@ | |||
s|import "google/protobuf/duration.proto";|import "google/protobuf/duration.proto";\ | |||
0,/import "google\/protobuf\/.*.proto";/{ |
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.
Needed to slightly refactor this because dependency_storage.proto
was importing gogoproto/gogo.proto
which we don't want in the interface definition.
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.
dependency_storage.proto was importing gogoproto/gogo.proto
does it still do that in idl? We shouldn't include gogo in public proto files
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.
@yurishkuro No it doesn't - I removed it. That's why the changes were needed here
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7104 +/- ##
==========================================
- Coverage 96.11% 96.10% -0.01%
==========================================
Files 358 358
Lines 21585 21585
==========================================
- Hits 20747 20745 -2
- Misses 631 633 +2
Partials 207 207
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
please don't merge until we do a release |
Which problem is this PR solving?
Description of the changes
trace_storage.proto
anddependency_storage.proto
and use the ones fromjaeger-idl
insteadHow was this change tested?
Checklist
jaeger
:make lint test
jaeger-ui
:npm run lint
andnpm run test