VictoriaMetrics/app
Aliaksandr Valialkin 2b55d167d7
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:28:09 +03:00
..
victoria-metrics app/victoria-metrics: replace ioutil package with os package (#2993) 2022-08-21 23:41:31 +03:00
vmagent app/vmagent/remotewrite: add benchmarks for comparing the performance of standard Snappy encoder with github.com/klauspost/compress/s2 encoder 2022-09-19 14:28:09 +03:00
vmalert vmalert: always re-evaluate Annotations (#3119) 2022-09-16 16:19:10 +02:00
vmauth docs/vmauth.md: update -help output after explicit marking of enterprise flags 2022-09-15 13:22:57 +03:00
vmbackup docs: update -help output after explicit mentioning of enterprise flags 2022-09-15 13:22:57 +03:00
vmbackupmanager docs: update -help output after explicit mentioning of enterprise flags 2022-09-15 13:22:57 +03:00
vmctl app/vmctl: add description about influx-skip-database-label flag (#3111) 2022-09-15 10:46:54 +02:00
vmgateway docs: update -help output after explicit mentioning of enterprise flags 2022-09-15 13:22:57 +03:00
vminsert lib/promscrape: follow-up after 2c553d5a2f 2022-08-08 14:46:26 +03:00
vmrestore docs: update -help output after explicit mentioning of enterprise flags 2022-09-15 13:22:57 +03:00
vmselect vmselect/promql: add alphanumeric sort by label (sort_by_label_numeric) (#2982) 2022-09-14 17:41:09 +03:00
vmstorage app/vmstorage: expose vm_{hourly,daily}_series_limit_{max,current}_series metrics if -storage.max{Hourly,Daily}Series limits are set 2022-08-24 13:44:04 +03:00
vmui vmui: fix query params saving in URL (#3104) 2022-09-13 17:05:26 +02:00