-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
base: main
Are you sure you want to change the base?
Conversation
16d41ad
to
962ece0
Compare
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.
Please add a changelog.
df61362
to
7641050
Compare
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.
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?
7641050
to
7ec077e
Compare
Signed-off-by: won-js <[email protected]>
I still see one use of jaeger module:
|
please check linter failures |
Description
implement thrift-gen/zipkincore in OTEL contrib
Migate Zipkin model to OTEL contrib in jaeger - jaegertracing/jaeger#6409