-
Notifications
You must be signed in to change notification settings - Fork 590
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
Add WithCommandLoggingDisabled to otelmongo tracer #723
Add WithCommandLoggingDisabled to otelmongo tracer #723
Conversation
…t-out of tracing the mongo statements
|
hey @dashpole @jmacd @MrAlias @evantorrie @XSAM, this is available for review now with all checks passed. I had issues with getting the CLA signed, EasyCLA was playing up. Please let me know if you have any comments. |
instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/config.go
Outdated
Show resolved
Hide resolved
instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/config.go
Outdated
Show resolved
Hide resolved
…nfig.go Co-authored-by: Tyler Yahn <[email protected]>
Co-authored-by: Tyler Yahn <[email protected]>
…nfig.go Co-authored-by: Tyler Yahn <[email protected]>
instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/config.go
Outdated
Show resolved
Hide resolved
thank you @MrAlias for the review! |
what is the process for getting this merged @MrAlias ? |
Another review from @open-telemetry/go-approvers or @open-telemetry/go-maintainers is required We are in the process of trying to get an RC released which has diminished our capacity to review things not directly related to that, but hopefully someone else will have some time soon. |
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.
@davidgwcurve Sorry for the delay. It looks good.
Prepare for releasing v0.5.0
Add
WithCommandLoggingDisabled
to otelmongo tracer so the user can opt out of tracing the mongo statements. This is useful for applications which may log sensitive data but still want mongo tracing.Fixes Issue #712