Skip to content
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

Proxy support for input stackdriver plugin #9175

Closed
nicoske opened this issue Apr 23, 2021 · 2 comments
Closed

Proxy support for input stackdriver plugin #9175

nicoske opened this issue Apr 23, 2021 · 2 comments
Labels
area/gcp Google Cloud plugins including cloud_pubsub, cloud_pubsub_push, stackdriver feature request Requests for new plugin and for new features to existing plugins good first issue This is a smaller issue suited for getting started in Telegraf, Golang, and contributing to OSS.

Comments

@nicoske
Copy link

nicoske commented Apr 23, 2021

Feature Request

Add proxy support for the input stackdriver plugin.

I would need to query the Cloud Monitoring API to gather metrics to InfluxDB from behind a corporate proxy.

Proposal:

Add a http_proxy option to support proxy request to Google API

Current behavior:

There's no proxy support

Desired behavior:

To access Google API when there's no direct internet connection to the telegraf host

Use case:

Telegraf is hosted on a machine without Internet access (corporate environement) but we have proxy access (with NTLM auth) available.

@nicoske nicoske added the feature request Requests for new plugin and for new features to existing plugins label Apr 23, 2021
@telegraf-tiger telegraf-tiger bot added the area/gcp Google Cloud plugins including cloud_pubsub, cloud_pubsub_push, stackdriver label Apr 23, 2021
@helenosheaa helenosheaa added the good first issue This is a smaller issue suited for getting started in Telegraf, Golang, and contributing to OSS. label May 13, 2021
@nicoske
Copy link
Author

nicoske commented May 27, 2021

Might be related: googleapis/google-cloud-go#1962

@sjwang90
Copy link
Contributor

Consolidating all the NTLM issues on #11184.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/gcp Google Cloud plugins including cloud_pubsub, cloud_pubsub_push, stackdriver feature request Requests for new plugin and for new features to existing plugins good first issue This is a smaller issue suited for getting started in Telegraf, Golang, and contributing to OSS.
Projects
None yet
Development

No branches or pull requests

3 participants