VictoriaMetrics/app
Aliaksandr Valialkin c723ac6a8f
app/vmui: small fixes
* Remove unneeded dependency on `numeral` package
* Properly parse numbers obtained from /api/v1/query_range according to
  https://prometheus.io/docs/prometheus/latest/querying/api/#expression-query-result-formats
* Optimize updating processing the received data from /api/v1/query_range
* Make smoother zoom on `ctrl+scroll`
* Reduce the number of points received from /api/v1/query_range by 2x in order to reduce load on backend
2022-02-14 16:31:31 +02:00
..
vmagent docs/vmagent.md: add unsupported Prometheus config sections chapter 2022-02-12 01:08:34 +02:00
vmalert lib/promscrape: support prometheus-like duration in scrape configs (#2169) 2022-02-11 16:17:51 +02:00
vmauth lib/promscrape: set -promscrape.config.strictParse to true by default 2022-02-08 15:42:33 +02:00
vmbackup docs: Correct some urls in the docs (#2081) 2022-01-19 11:57:02 +02:00
vmbackupmanager Old links replaced for newest (#2033) 2022-01-05 16:32:54 +02:00
vmctl vmctl: add option to rate limit data transfer speed 2022-01-06 23:14:22 +02:00
vmgateway all: update link to EULA from https://victoriametrics.com/assets/VM_EULA.pdf to https://victoriametrics.com/legal/eula/ 2022-01-20 22:22:44 +02:00
vminsert app/vminsert/netstorage: throttle warning logs, which can be too verbose when vminsert cannot send data to vmstorage nodes 2022-02-07 15:39:06 +02:00
vmrestore Update README.md (#1996) 2021-12-23 12:11:30 +02:00
vmselect app/vmui: small fixes 2022-02-14 16:31:31 +02:00
vmstorage lib/index: reduce read/write load after indexDB rotation (#2177) 2022-02-12 00:34:44 +02:00
vmui app/vmui: small fixes 2022-02-14 16:31:31 +02:00