VictoriaMetrics/app
Yury Molodov c1fd93e8a0
vmui: multiple queries (#1916)
* feat: change duration by "enter"

* fix: optimize data processing for chart

* feat: set minimum step to 1ms

* update dependencies

* feat: remove save the last query to local storage

* fix: handle an error in a table with subqueries

* feat: store display type in URL

* Revert "feat: store display type in URL"

This reverts commit ccc242c69a.

* feat: store display type in URL

* refactor: move the time setting to a folder

* refactor: move the query configurator to a folder

* refactor: move the auth settings to a folder

* feat: improve styles

* feat: add multi query

* update package-lock

* feat: add display multiple queries

* feat: add limits for multiple queries

* update dependencies

* feat: add history for multiple queries

* feat: add line type to legend

* feat: change style for switch

* feat: change the logic for axes limits for multiple queries

* update package-lock.json

* update dependencies

* feat: add the filter to legend

* wip

* lib/httpserver: add missing 127.0.0.1 hostname to the logged address for http and pprof server if the address starts with ':'

This allows copy-pasting the url to http server from logs.

* lib/httpserver: add missing 127.0.0.1 hostname to the logged address for http and pprof server if the address starts with ':'

This allows copy-pasting the url to http server from logs.

Co-authored-by: Aliaksandr Valialkin <valyala@victoriametrics.com>
2021-12-08 16:40:15 +02:00
..
victoria-metrics app: use relative paths instead of absolute paths for the supported http handlers on the main page 2021-12-02 13:52:39 +02:00
vmagent app: allow specifying http and https urls in the following command-line flags 2021-12-03 00:10:02 +02:00
vmalert app/vmalert/config: sort extra_filter labels before passing them to query args in order to get consistent order of query args across runs 2021-12-08 13:02:49 +02:00
vmauth app: allow specifying http and https urls in the following command-line flags 2021-12-03 00:10:02 +02:00
vmbackup vmui: multiple queries (#1916) 2021-12-08 16:40:15 +02:00
vmbackupmanager app/vmbackupmanager: fix links to images 2021-10-27 21:35:52 +03:00
vmctl Simplify queries to OpenTSDB for migration (#1809) 2021-11-18 20:18:15 +03:00
vmgateway docs/{vmgateway,vmbackupmanager}: mention that enterprise binaries are free for download and evaluation 2021-08-27 14:54:09 +03:00
vminsert app/vminsert: add -maxLabelValueLen command-line flag 2021-12-06 11:40:34 +02:00
vmrestore vmui: multiple queries (#1916) 2021-12-08 16:40:15 +02:00
vmselect vmui: multiple queries (#1916) 2021-12-08 16:40:15 +02:00
vmstorage app/vmstorage: export vm_cache_size_max_bytes metrics for determining capacity of various caches 2021-12-02 10:30:43 +02:00
vmui vmui: multiple queries (#1916) 2021-12-08 16:40:15 +02:00