-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Using proxy for Insights #1062
Comments
It should be fairly simple to just add a proxy config option for the Load Impact Insights output, via a A workaround (that's also far from ideal) when we have the custom transports would be to set a global proxy via |
You could honor the NO_PROXY header as well, such as curl does it curl proxy headers |
Hm it actually seems like we already do! We use the
|
I noticed when I was looking into the code that you were using the standard golang implementation for the proxy settings which includes the NO_PROXY setting. I have just validated that it works as expected. So this issue is simpler than fixing code, it's apparently enough to fix the documentation :-) |
Yep, tagged it as such 👍 😄 Thanks again! |
This comment has been minimized.
This comment has been minimized.
Closing this in favor of grafana/k6-docs#74, given that the docs now live in their own repo. |
Using k6 locally in a restricted network and sending data to Load Impact Insights or the "-o cloud" option is a very good solution.
However, restricted network often means internet access (if any) is usually by proxy.
We would like to have a way to specify a proxy for the cloud (or Insights) output only that will not impact the requests generated.
The text was updated successfully, but these errors were encountered: