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

[chore][translator/zipkin] Remove dependency on jaeger/thrift-gen/zipkincore #37015

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

won-js
Copy link

@won-js won-js commented Jan 3, 2025

Description
implement thrift-gen/zipkincore in OTEL contrib
Migate Zipkin model to OTEL contrib in jaeger - jaegertracing/jaeger#6409

@won-js won-js requested a review from a team as a code owner January 3, 2025 04:38
@won-js won-js requested a review from fatsheep9146 January 3, 2025 04:38
Copy link

linux-foundation-easycla bot commented Jan 3, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

@github-actions github-actions bot requested a review from frzifus January 3, 2025 04:38
@won-js won-js force-pushed the implement-jaeger-thrift-gen branch from 16d41ad to 962ece0 Compare January 3, 2025 04:42
@won-js won-js changed the title [pkg/translator/jaeger]implement thrift-gen [chore][pkg/translator/jaeger]implement thrift-gen Jan 3, 2025
Copy link
Contributor

@fatsheep9146 fatsheep9146 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a changelog.

@won-js won-js requested a review from fatsheep9146 January 3, 2025 10:24
@won-js won-js force-pushed the implement-jaeger-thrift-gen branch from df61362 to 7641050 Compare January 3, 2025 12:46
Copy link
Member

@yurishkuro yurishkuro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not take dependency on jaeger-idl repository as submodule. If you only need zipkincore.thrift, just copy it here, because it's not the golden source in jaeger-idl either.

It is difficult to evaluate the usefulness of this PR if you don't actually use the generated code. Can you incorporate it into the translators, so that the dependency is removed?

pkg/translator/jaeger/Makefile.Thrift.mk Outdated Show resolved Hide resolved
@won-js won-js closed this Jan 4, 2025
@won-js won-js force-pushed the implement-jaeger-thrift-gen branch from 7641050 to 7ec077e Compare January 4, 2025 08:58
@won-js won-js changed the title [chore][pkg/translator/jaeger]implement thrift-gen [chore][pkg/translator/zipkin]implement thrift-gen Jan 4, 2025
@yurishkuro yurishkuro changed the title [chore][pkg/translator/zipkin]implement thrift-gen [chore][translator/zipkin] Remove dependency on jaeger/thrift-gen/zipkincore Jan 4, 2025
@yurishkuro
Copy link
Member

I still see one use of jaeger module:

receiver/jaegerreceiver/trace_receiver.go
29:	"github.com/jaegertracing/jaeger/thrift-gen/zipkincore"

@yurishkuro
Copy link
Member

please check linter failures

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants