mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-18 14:40:26 +01:00
08cbbf8134
* 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 |
||
---|---|---|
.. | ||
asm_aix_ppc64.s | ||
byteorder.go | ||
cpu_aix.go | ||
cpu_arm64.go | ||
cpu_arm64.s | ||
cpu_arm.go | ||
cpu_gc_arm64.go | ||
cpu_gc_s390x.go | ||
cpu_gc_x86.go | ||
cpu_gccgo_arm64.go | ||
cpu_gccgo_s390x.go | ||
cpu_gccgo_x86.c | ||
cpu_gccgo_x86.go | ||
cpu_linux_arm64.go | ||
cpu_linux_arm.go | ||
cpu_linux_mips64x.go | ||
cpu_linux_noinit.go | ||
cpu_linux_ppc64x.go | ||
cpu_linux_s390x.go | ||
cpu_linux.go | ||
cpu_loong64.go | ||
cpu_mips64x.go | ||
cpu_mipsx.go | ||
cpu_netbsd_arm64.go | ||
cpu_openbsd_arm64.go | ||
cpu_openbsd_arm64.s | ||
cpu_other_arm64.go | ||
cpu_other_arm.go | ||
cpu_other_mips64x.go | ||
cpu_other_ppc64x.go | ||
cpu_other_riscv64.go | ||
cpu_ppc64x.go | ||
cpu_riscv64.go | ||
cpu_s390x.go | ||
cpu_s390x.s | ||
cpu_wasm.go | ||
cpu_x86.go | ||
cpu_x86.s | ||
cpu_zos_s390x.go | ||
cpu_zos.go | ||
cpu.go | ||
endian_big.go | ||
endian_little.go | ||
hwcap_linux.go | ||
parse.go | ||
proc_cpuinfo_linux.go | ||
runtime_auxv_go121.go | ||
runtime_auxv.go | ||
syscall_aix_gccgo.go | ||
syscall_aix_ppc64_gc.go |