VictoriaMetrics/app/vmagent/remotewrite
Aliaksandr Valialkin f082e64e0c
app/vmagent: reduce the probability of TLS handshake timeout when dialing the remote storage
The following actions are taken:

- Increase the TLS hashdshake timeout from 5 seconds to 10 seconds
- Increase dial timeout from 5 seconds to 30 seconds
- Specify DialContext instead of Dial in http.Transport. This allows properly handling
  the Context arg during dialing the remote storage

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1699
2022-04-06 12:35:14 +03:00
..
client.go app/vmagent: reduce the probability of TLS handshake timeout when dialing the remote storage 2022-04-06 12:35:14 +03:00
pendingseries.go app/vmagent/remotewrite: prevent from infinite recursion panic when pushing a time series with big number of samples to remote storage 2022-03-18 19:07:27 +02:00
relabel.go app: allow specifying http and https urls in the following command-line flags 2021-12-03 00:11:47 +02:00
remotewrite.go all: use logger.WithThrottler() where appropriate 2021-12-21 17:10:54 +02:00
statconn.go app/vmagent: reduce the probability of TLS handshake timeout when dialing the remote storage 2022-04-06 12:35:14 +03:00