-
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 to datadog output #9297
Conversation
Looks like new artifacts were built from this PR. Get them here!Artifact URLs |
plugins/outputs/datadog/README.md
Outdated
@@ -16,6 +16,9 @@ This plugin writes to the [Datadog Metrics API][metrics] and requires an | |||
|
|||
## Write URL override; useful for debugging. | |||
# url = "https://app.datadoghq.com/api/v1/series" | |||
|
|||
## Set http_proxy (telegraf uses the system wide proxy settings if it's is not set) |
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.
Typo. Same in sampleConfig
## Set http_proxy (telegraf uses the system wide proxy settings if it's is not set) | |
## Set http_proxy (telegraf uses the system wide proxy settings if it isn't set) |
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.
@akrantz01 thanks for adding this feature. I found two typos, but the change looks good code-wise.
Looks like new artifacts were built from this PR. Get them here!Artifact URLs |
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.
Perfect thanks!
Required for all PRs:
resolves #8388
Added configuring a HTTP proxy for the DataDog output through the config file.