-
Notifications
You must be signed in to change notification settings - Fork 436
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
go.mod: upgrade datadog-agent/pkg/obfuscate #1774
Conversation
I know this is marked as a draft, but FWIW I don't think this gets rid of glog. The following program, built against this branch, still gets the glog flags:
Output:
Looks like the obfuscate v0.43.0 module got the wrong version of the ristretto dependency (see this issue). But we can upgrade like so to get the right one:
If I do that against this branch, the glog flags go away. |
040d275
to
d188fa2
Compare
Yeah, I hadn't even checked for that yet 😅 . I got distracted by the performance regression that was reported.
Thanks. I applied this and updated the patch. It seems to work and also makes the perf regression go away and is now reporting an improvement 🤷♂️😄 . This is ready for review. |
Thanks for review Nick. I'm going to wait for #1798 before landing this because I want to see the profile for the performance improvement reported on this PR. |
Fixes #1153
What does this PR do?
Motivation
Describe how to test/QA your changes
Reviewer's Checklist
Triage
milestone is set.