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

MAINT: add otel-proto-common from trace ingestion migration branch #1220

Conversation

chenqi0805
Copy link
Collaborator

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

  • New functionality includes testing.
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

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.

@chenqi0805 chenqi0805 requested a review from a team as a code owner March 18, 2022 16:15
@codecov-commenter
Copy link

Codecov Report

Merging #1220 (c692cd8) into main (c684f7c) will not change coverage.
The diff coverage is n/a.

@@            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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c684f7c...c692cd8. Read the comment docs.

return (List<Object>) OBJECT_MAPPER.readValue(jsonStr, List.class);
}

private ExportTraceServiceRequest buildExportTraceServiceRequestFromJsonFile(String requestJsonFileName) throws IOException {
Copy link
Contributor

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.

Copy link
Collaborator Author

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.

@chenqi0805 chenqi0805 merged commit 6b3e2b7 into opensearch-project:main Mar 23, 2022
@chenqi0805 chenqi0805 deleted the maint/migrate-otel-proto-common-from-migration-branch branch March 23, 2022 19:38
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.

5 participants