-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Introduce sampling package as reference implementation for OTEP 235 #29720
Conversation
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.
Thanks for splitting up the PR @jmacd, this is much easier to review. Will add some more comments, just some quick things to fix noted so far
…tor-contrib into jmacd/pkgsampl
@kentquirk please confirm willingness to co-own this code :-) |
…tor-contrib into jmacd/pkgsampl
I'd like to review this, but I'm unable to do so this year. I'm back on Jan 15, please ping me again on Jan 18 if I haven't reviewed this here by then. |
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.
I haven't looked at the other PR that utilizes this package, but i'm curious if the surface area being exposed in this package could be reduced
Co-authored-by: Juraci Paixão Kröhling <juraci.github@kroehling.de>
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.
Leaving a bunch more comments since it's changing out from under me while I try to make them.
Co-authored-by: Kent Quirk <kentquirk@gmail.com>
@kentquirk thanks! I'm going to rest on this for a while, with the couple of unresolved comments you left standing. I'm willing to come back to the error handling in Other reviewers, lots of progress has been made, and it's very close. |
…tor-contrib into jmacd/pkgsampl
@kentquirk @atoulme please review and approve if your comments have been addressed |
Co-authored-by: Juraci Paixão Kröhling <juraci.github@kroehling.de>
…ctor-contrib into jmacd/pkgsampl
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.
I'm now happy with this (and reiterate my agreement to be a codeowner).
FYI OTEP 235 merged. I think this is ready to merge, too. 😀 |
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.
LGTM
…pen-telemetry#29720) **Description:** This is the `pkg/sampling` portion of of open-telemetry#24811. **Link to tracking Issue:** open-telemetry#29738 open-telemetry/opentelemetry-specification#1413 **Testing:** Complete. **Documentation:** New README added. --------- Co-authored-by: Juraci Paixão Kröhling <juraci.github@kroehling.de> Co-authored-by: Kent Quirk <kentquirk@gmail.com>
Description: This is the
pkg/sampling
portion of of #24811.Link to tracking Issue:
#29738
open-telemetry/opentelemetry-specification#1413
Testing: Complete.
Documentation: New README added.