VictoriaMetrics/vendor
Nikolay 08cbbf8134
lib/promscrape: fixes proxy autorization (#6783)
* Adds custom dial func for HTTP-Connect and socks5 proxy tunnels.
  Standard golang http.transport exposes GetProxyConnectHeader function,
  but it doesn't allow to use separate tls config for proxy.
  It also not possible to enforce HTTP-Connect with standard http lib.
* For http scrape targets, by default http.Transport.Proxy function must
  be used. Since it has special case with full uri forward.
* Adds proxy.URL json methods that allow to properly copy internal
fields, like User/Password.
It should fix bug with proxy_url. When credentials specified at URL was
ignored.
* Adds tests for scrape client proxy requests

related issue https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6771
2024-08-19 22:50:39 +02:00
..
cloud.google.com/go vendor: run make vendor-update 2024-07-27 13:52:55 +02:00
github.com vendor: updates metricsql to v0.77.0 with bugfix 2024-08-01 12:39:06 +02:00
go.opencensus.io vendor: make vendor-update 2022-11-05 10:40:30 +02:00
go.opentelemetry.io make vendor-update (#6627) 2024-07-10 17:17:08 +02:00
go.uber.org vendor: run make vendor-update 2023-10-31 20:20:07 +01:00
golang.org/x lib/promscrape: fixes proxy autorization (#6783) 2024-08-19 22:50:39 +02:00
google.golang.org vendor: run make vendor-update 2024-07-27 13:52:55 +02:00
gopkg.in vmctl: support of the remote read protocol (#3232) 2022-11-29 21:08:47 -08:00
k8s.io vendor: run make vendor-update 2024-06-24 23:09:16 +02:00
modules.txt lib/promscrape: fixes proxy autorization (#6783) 2024-08-19 22:50:39 +02:00