VictoriaMetrics/app/vmselect
Aliaksandr Valialkin f4e7e5fb90 app/vmselect/promql: add count_le_over_time(m[d], le) and count_gt_over_time(m[d], gt) functions
These functions returns the number of raw samples that don't exceed `le` or are bigger than `gt`.
These functions are complement to already existing `share_le_over_time(m[d], le)` and `share_gt_over_time(m[d], gt)`.
2020-09-03 15:29:10 +03:00
..
netstorage app/vmselect/netstorage: vary batch size for data unpacking depending on the available CPU cores 2020-08-10 15:16:42 +03:00
prometheus all: allow using KB, MB, GB, KiB, MiB and GiB suffixes in command-line flag values related to byte sizes or byte rates 2020-08-16 17:05:52 +03:00
promql app/vmselect/promql: add count_le_over_time(m[d], le) and count_gt_over_time(m[d], gt) functions 2020-09-03 15:29:10 +03:00
main.go lib/httpserver: log remote address in error message from httpserver.Errorf 2020-07-20 14:11:22 +03:00
README.md all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00

vmselect performs the incoming queries and fetches the required data from vmstorage.