[chore][receiver/postgresql] streamline usage of obfuscator#41448
Closed
cuichenli wants to merge 5 commits into
Closed
[chore][receiver/postgresql] streamline usage of obfuscator#41448cuichenli wants to merge 5 commits into
cuichenli wants to merge 5 commits into
Conversation
Contributor
|
@antonblock @ishleenk17 please review as codeowners. |
antonblock
approved these changes
Aug 8, 2025
mx-psi
reviewed
Aug 8, 2025
Comment on lines
-4
to
-9
| // source(Apache 2.0): https://github.com/DataDog/datadog-agent/blob/main/pkg/collector/python/datadog_agent.go | ||
|
|
||
| // Unless explicitly stated otherwise all files in this repository are licensed | ||
| // under the Apache License Version 2.0. | ||
| // This product includes software developed at Datadog (https://www.datadoghq.com/). | ||
| // Copyright 2016-present Datadog, Inc. |
Member
Author
There was a problem hiding this comment.
This change essentially follows the updates from the other PR. I’m not sure why it was removed in the first place. Since we are now relying on the exposed API rather than directly referencing the code, I think it makes sense to remove it. That said, I’m perfectly fine with keeping it if needed.
Member
There was a problem hiding this comment.
No strong opinion here, just that in general if there's still any original code being used I would keep the license notice to be safe
Contributor
|
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Contributor
|
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
similar to #41214
Link to tracking issue
Fixes
Testing
Documentation