-
Notifications
You must be signed in to change notification settings - Fork 217
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
MAINT: add otel-proto-common from trace ingestion migration branch #1220
MAINT: add otel-proto-common from trace ingestion migration branch #1220
Conversation
Signed-off-by: Qi Chen <[email protected]>
Signed-off-by: Qi Chen <[email protected]>
Signed-off-by: Qi Chen <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1220 +/- ##
=========================================
Coverage 93.79% 93.79%
Complexity 1104 1104
=========================================
Files 153 153
Lines 3064 3064
Branches 257 257
=========================================
Hits 2874 2874
Misses 138 138
Partials 52 52 Continue to review full report at Codecov.
|
return (List<Object>) OBJECT_MAPPER.readValue(jsonStr, List.class); | ||
} | ||
|
||
private ExportTraceServiceRequest buildExportTraceServiceRequestFromJsonFile(String requestJsonFileName) throws IOException { |
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.
Nit: requestJsonFileName
may be final.
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.
Oops! I missed your comment. Will make up in following PRs.
Signed-off-by: Qi Chen [email protected]
Description
otel-proto-common is the module includes codec between otel-protobuf and event model
Issues Resolved
Contributes to #1158
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.