VictoriaMetrics/app
Aliaksandr Valialkin 2d03d0e2dd app/vmselect/promql: keep metric name after applying more functions, which dont change time series meaning
Functions are:

* keep_last_value
* keep_next_value
* interpolate
* running_min
* running_max
* running_avg
* range_min
* range_max
* range_avg
* range_first
* range_last
* range_quantile
* smooth_exponential

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/674
2020-10-12 11:48:38 +03:00
..
vmagent app/{vminsert,vmagent}: take into account all the inserted rows before relabeling in vm_rows_inserted_total and vmagent_rows_inserted_total metrics 2020-10-09 13:38:49 +03:00
vmalert app/vmalert: accept days, weeks and years in for: part of config like Prometheus does 2020-10-08 20:13:20 +03:00
vmauth docs: improve readability a bit 2020-09-29 13:05:05 +03:00
vmbackup lib/backup: add MustStop() method for all remote filesystems 2020-10-09 15:32:13 +03:00
vminsert app/{vminsert,vmagent}: take into account all the inserted rows before relabeling in vm_rows_inserted_total and vmagent_rows_inserted_total metrics 2020-10-09 13:38:49 +03:00
vmrestore lib/backup: add MustStop() method for all remote filesystems 2020-10-09 15:32:13 +03:00
vmselect app/vmselect/promql: keep metric name after applying more functions, which dont change time series meaning 2020-10-12 11:48:38 +03:00
vmstorage app/vmstorage: add vm_rows_added_to_storage_total metric, which shows the total number of rows added to storage since app start 2020-10-09 13:36:17 +03:00