Aliaksandr Valialkin
|
733706e6c6
|
lib/promscrape: reload auth tokens from files every second
Previously auth tokens were loaded at startup and couldn't be updated without vmagent restart.
Now there is no need in vmagent restart.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1297
|
2021-05-14 20:00:08 +03:00 |
|
Aliaksandr Valialkin
|
2c25b0322b
|
lib/proxy: typo fix after a5c5b54c22
|
2021-04-05 13:45:24 +03:00 |
|
Aliaksandr Valialkin
|
a5c5b54c22
|
lib/proxy: add support for socks5 over tls proxy
|
2021-04-05 13:00:05 +03:00 |
|
Nikolay
|
a4c6a3b3e1
|
adds socks5 support for fasthttp client (#1178)
https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1177
Co-authored-by: Aliaksandr Valialkin <valyala@gmail.com>
|
2021-04-04 01:29:54 +03:00 |
|
Aliaksandr Valialkin
|
5153410ced
|
lib/promscrape: support for simple HTTP proxies without CONNECT method support such as https://github.com/prometheus-community/PushProx
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1179
|
2021-04-04 00:40:40 +03:00 |
|
Aliaksandr Valialkin
|
43f9842b6f
|
lib/proxy: log response body on non-200 response code
This should improve debuggability for https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1179
|
2021-04-03 03:03:55 +03:00 |
|
Aliaksandr Valialkin
|
6378205415
|
lib/netutil: enable IPv6 UDP listening if -enableTCP6 command-line flag is passed to VictoriaMetrics
This is a follow-up for 18cfc4be7b
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1131
|
2021-03-17 00:16:17 +02:00 |
|
Aliaksandr Valialkin
|
ca4d5ce037
|
lib/proxy: there is no need in cloning tlsCfg, which has been created two lines above
|
2021-03-12 10:47:02 +02:00 |
|
Aliaksandr Valialkin
|
895d5d1355
|
lib/proxy: set proxy address in tls.Config.ServerName instead of the target address
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1116
|
2021-03-12 10:41:33 +02:00 |
|
Aliaksandr Valialkin
|
a6a71ef861
|
lib/promscrape: add ability to configure proxy options via proxy_tls_config , proxy_basic_auth , proxy_bearer_token and proxy_bearer_token_file
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1116
|
2021-03-12 03:36:19 +02:00 |
|
Aliaksandr Valialkin
|
c0ac740f93
|
lib/proxy: do not show inline basic auth passwords when logging errors related to proxy_url
|
2021-03-11 13:43:36 +02:00 |
|
Aliaksandr Valialkin
|
787242d7b0
|
lib/proxy: pass proxy hostname in Host header of the CONNECT request
This should resolve the following issue when connecting to tls proxy:
cannot validate certificate for ... because it doesn't contain any IP SANs
|
2021-03-09 20:39:40 +02:00 |
|
Aliaksandr Valialkin
|
36fd007247
|
lib/proxy: set missing ServerName in TLS config for proxy_url .
While at it, allow setting Proxy-Authorization for `proxy_url` via `basic_auth` and `bearer_token` configs.
|
2021-03-09 18:58:18 +02:00 |
|
Aliaksandr Valialkin
|
24ffad74c1
|
all: use net.Dial instead of fasthttp.Dial , because fasthttp.Dial limits the number of concurrent dials to 1000
|
2021-01-11 12:53:30 +02:00 |
|
Aliaksandr Valialkin
|
820669da69
|
lib/promscrape: code prettifying for 8dd03ecf19
|
2020-12-24 10:56:10 +02:00 |
|