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

Upgrade Query API v3 to official OpenTelemetry format #4742

Merged
merged 8 commits into from
Sep 10, 2023

Conversation

yurishkuro
Copy link
Member

@yurishkuro yurishkuro commented Sep 10, 2023

Which problem is this PR solving?

Description of the changes

  • pull the latest version of jaeger-idl that uses OTLP v1
  • regenerate protobuf types
  • remove explicit translation with github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger
  • fix tests. Unfortunately, the actual translation returns error that cannot be reproduced / tested, thus coverage declined a bit

How was this change tested?

  • CI only

Signed-off-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: Yuri Shkuro <github@ysh.us>
@yurishkuro yurishkuro requested a review from a team as a code owner September 10, 2023 03:46
@yurishkuro yurishkuro requested a review from jkowall September 10, 2023 03:46
Signed-off-by: Yuri Shkuro <github@ysh.us>
@codecov
Copy link

codecov bot commented Sep 10, 2023

Codecov Report

Patch coverage is 63.63% of modified lines.

Files Changed Coverage
cmd/query/app/apiv3/otlp_translator.go 61.53%
cmd/query/app/apiv3/grpc_handler.go 66.66%

📢 Thoughts on this report? Let us know!.

Signed-off-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: Yuri Shkuro <github@ysh.us>
@yurishkuro yurishkuro merged commit 8f680cc into jaegertracing:main Sep 10, 2023
@yurishkuro yurishkuro deleted the fix-4648 branch September 10, 2023 05:01
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.

Upgrade Query API v3 to official OpenTelemetry format
1 participant