-
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
Remove OTEL/contrib dependency on cmd/collector/app/sampling #6411
Comments
Hi @yurishkuro, I'm interested in trying this. I'll try to prepare a doc to discuss this in detail. |
Hi @yurishkuro, for the first part of this issue, here are my findings: In
Also, some of these have a dependency on |
@ary82 I would keep the dependency on |
Hi @yurishkuro, I'm still learning jaeger's architecture and the code structure, but here's what I think for the second part of this issue:
What do you think? |
I don't think you can move stuff into |
Took a closer look at the dependencies. Currently,
Seeing as they have a lot of components depending upon them, would it make more sense in moving these to the root As for
So I think we might benefit from moving them to |
all the sampling components are effectively internal services, so I would move them to |
Part of #6408, please read that first.
The dependency exists in
OTEL/contrib/extension/jaegerremotesampling
. It might be relatively easy to break, but need to try it out.cmd/collector/app/sampling
andplugin/sampling/strategyprovider/static
to OTEL/contrib.The text was updated successfully, but these errors were encountered: