-
Notifications
You must be signed in to change notification settings - Fork 584
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
Undeprecation request for the AWS X-Ray Sampler #6576
Comments
I would recommend setting up the sampler on your own GitHub account instead. The main reason is that we ask folks to show an understanding and commitment on an module before they take its ownership. We can't do that here, since the module has already been removed. |
Thanks, this is good to know. I'll discuss with my team the option of hosting the sampler in an AWS repo, at least while there is no support for |
Since you mention that the option of moving the sampler back here is still open in the future when |
No, it's more about showing intent of ownership. If you maintain a module for a while, it's much easier to discuss moving it back, since we can see the work you've been doing on it. It may also make sense to keep it on an AWS org though, as that would give you full ownership of that code, including releases calendar, PR reviews and decisions on who is a maintainer. |
Problem Statement
The X-Ray Sampler was originally deprecated due to lack of ownership. This issue is to request for the sampler to be brought back into the OTel Go Contrib repo.
Proposed Solution
Previously, the sampler was deprecated because of a lack of ownership of the component.
I can commit to being its owner as I have a lot of X-Ray Sampler implementation knowledge (have e2e integration test setup and implemented X-Ray sampler in 2 other languages). I also recently became a CNCF project member.
One of the reasons to continue having the X-Ray Sampler hosted in the OTel Contrib repo is to allow the X-Ray Sampler to be available via the
OTEL_TRACES_SAMPLER
Environment Variable when that Environment Variable is supported in the future. This would also help support this sampler to be available for future zero-code auto-instrumentation.The text was updated successfully, but these errors were encountered: