VictoriaMetrics/app/vmagent/remotewrite
Aliaksandr Valialkin 34db3fdd3f
app/vmagent/remotewrite: add benchmarks for comparing the performance of standard Snappy encoder with github.com/klauspost/compress/s2 encoder
The standard Snappy encoder from github.com/golang/snappy shows quite good performance number
for compressing the Prometheus remote_write proto messages according to the added benchmarks,
so there is no need in switching to github.com/klauspost/compress/s2 yet.
2022-09-19 14:27:56 +03:00
..
client.go all: subsitute ioutil.ReadAll with io.ReadAll 2022-08-22 00:16:04 +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
pendingseries_test.go app/vmagent/remotewrite: add benchmarks for comparing the performance of standard Snappy encoder with github.com/klauspost/compress/s2 encoder 2022-09-19 14:27:56 +03:00
pendingseries_timing_test.go app/vmagent/remotewrite: add benchmarks for comparing the performance of standard Snappy encoder with github.com/klauspost/compress/s2 encoder 2022-09-19 14:27:56 +03: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 lib/promscrape: follow-up after 2c553d5a2f 2022-08-08 14:49:16 +03:00
statconn.go app/vmagent: properly initialize stdDialer 2022-04-06 14:00:50 +03:00