-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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 HTTP proxy setting to New Relic output plugin #8749
Conversation
Sync fork to current upstream master
… metric values as tags
Merge upstream changes into New Relic fork
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.
🤝 ✅ CLA has been signed. Thank you!
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 this PR! To get this merged you have to
- Get rid of all TODOs in the code!
- Check the errors returned by
getHTTPClient()
or change the code structure! See my comments in the code.
There are also some minor comments in the code. Furthermore it would be nice to change the PR title to something reflecting your change e.g. "Add HTTP proxy setting to New Relic output plugin.".
… metric values as tags
Sync with upstream/master
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.
Nice. The only thing is the change in behavior for string values. To keep the output of the plugin stable, please add an option to allow to keep the current behavior by default and opt-in for the new behavior (string values as tags). Comment in the code.
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.
Looks good to me.
@srebhan Thanks for your help |
Required for all PRs:
Update New Relic output plugin: