VictoriaMetrics/vendor/golang.org/x/sys/cpu
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
..
asm_aix_ppc64.s vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
byteorder.go vendor: make vendor-update 2023-05-09 23:16:43 -07:00
cpu.go lib/promscrape: fixes proxy autorization (#6783) 2024-08-19 22:50:39 +02:00
cpu_aix.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_arm.go vendor: make vendor-update 2023-05-09 23:16:43 -07:00
cpu_arm64.go lib/promscrape: fixes proxy autorization (#6783) 2024-08-19 22:50:39 +02:00
cpu_arm64.s vendor: run make vendor-update 2024-05-12 16:18:53 +02:00
cpu_gc_arm64.go vendor: run make vendor-update 2024-05-12 16:18:53 +02:00
cpu_gc_s390x.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_gc_x86.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_gccgo_arm64.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_gccgo_s390x.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_gccgo_x86.c vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_gccgo_x86.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_linux.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_linux_arm.go vendor: make vendor-update 2023-05-09 23:16:43 -07:00
cpu_linux_arm64.go lib/promscrape: fixes proxy autorization (#6783) 2024-08-19 22:50:39 +02:00
cpu_linux_mips64x.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_linux_noinit.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_linux_ppc64x.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_linux_s390x.go vendor: make vendor-update 2023-05-09 23:16:43 -07:00
cpu_loong64.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_mips64x.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_mipsx.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_netbsd_arm64.go vendor: make vendor-update 2023-05-09 23:16:43 -07:00
cpu_openbsd_arm64.go vendor: make vendor-update 2023-05-09 23:16:43 -07:00
cpu_openbsd_arm64.s vendor: make vendor-update 2023-05-09 23:16:43 -07:00
cpu_other_arm.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_other_arm64.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_other_mips64x.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_other_ppc64x.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_other_riscv64.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_ppc64x.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_riscv64.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_s390x.go vendor: make vendor-update 2023-05-09 23:16:43 -07:00
cpu_s390x.s vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_wasm.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_x86.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_x86.s vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
cpu_zos.go vendor: make vendor-update 2023-05-09 23:16:43 -07:00
cpu_zos_s390x.go vendor: make vendor-update 2023-05-09 23:16:43 -07:00
endian_big.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
endian_little.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
hwcap_linux.go vendor: run make vendor-update 2023-10-16 14:33:16 +02:00
parse.go vendor: make vendor-update 2023-05-09 23:16:43 -07:00
proc_cpuinfo_linux.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
runtime_auxv.go vendor: make vendor-update 2023-05-09 23:16:43 -07:00
runtime_auxv_go121.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
syscall_aix_gccgo.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00
syscall_aix_ppc64_gc.go vendor: run make vendor-update 2023-11-13 18:54:33 +01:00