Hi guys, so the K6 documentation recommends that we use xk6 binary to build k6 with extensions. However, I’m finding it difficult to make this happen due to our corporate proxy. While I did specify proxy variables, it still didn’t allowed the extensions to be installed (i.e. would get 403 status code).
I really like K6 because it’s easy to use and would like to make this work. I remember being able to send my load test results to InfluxDB without xk6, but I can’t seem to find the documentation for that case.
Any advice would be much appreciated! Also, here is the error I get when trying to use xk6 to build k6 with influxdb output extension
go: k6 imports
github.com/grafana/xk6-output-influxdb imports
go.k6.io/k6/output imports
go.k6.io/k6/lib imports
go.k6.io/k6/loader tested by
go.k6.io/k6/loader.test imports
go.k6.io/k6/lib/testutils/httpmultibin imports
github.com/klauspost/compress/zstd: github.com/klauspost/compress@v1.17.7: reading https://proxy.golang.org/github.com/klauspost/compress/@v/v1.17.7.zip: 403 Forbidden