-
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
Replace jpkrohling with yurishkuro for Jaeger components #29658
Replace jpkrohling with yurishkuro for Jaeger components #29658
Conversation
.github/CODEOWNERS
Outdated
extension/jaegerremotesampling/ @open-telemetry/collector-contrib-approvers @jpkrohling @frzifus | ||
extension/jaegerremotesampling/internal/jaegerremotesamplingdeprecated/ @open-telemetry/collector-contrib-approvers @jpkrohling @frzifus | ||
extension/jaegerremotesampling/ @open-telemetry/collector-contrib-approvers @yurishkuro @frzifus | ||
extension/jaegerremotesampling/internal/jaegerremotesamplingdeprecated/ @open-telemetry/collector-contrib-approvers @yurishkuro @frzifus |
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.
why keep this line?
.github/CODEOWNERS
Outdated
receiver/jaegerreceiver/ @open-telemetry/collector-contrib-approvers @jpkrohling | ||
receiver/jaegerreceiver/internal/jaegerreceiverdeprecated/ @open-telemetry/collector-contrib-approvers @jpkrohling | ||
receiver/jaegerreceiver/ @open-telemetry/collector-contrib-approvers @yurishkuro | ||
receiver/jaegerreceiver/internal/jaegerreceiverdeprecated/ @open-telemetry/collector-contrib-approvers @yurishkuro |
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.
why keep this line?
@@ -10,4 +10,4 @@ status: | |||
- redhat | |||
- sumo | |||
codeowners: | |||
active: [jpkrohling, frzifus] | |||
active: [yurishkuro, frzifus] |
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.
why is internal package tracked separately? it's not a module.
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.
@yurishkuro the deprecated modules will be removed in this PR: #27636
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.
Generated code is out of date, please run "make generate" and commit the changes in this PR.
d99223e
to
7170744
Compare
|
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
7170744
to
ee35868
Compare
I've been doing the changes manually, given that this doesn't work for me:
It might take a couple of more iterations to get this done, sorry about that. |
I decided to sort out that specific sum mismatch and was able to run |
I need to resign from a few components, as I'm not doing a good job in keeping track of what needs to be done for them. Asking around, @yurishkuro volunteered to take over the Jaeger related ones.
Signed-off-by: Juraci Paixão Kröhling [email protected]