VictoriaMetrics/app
Aliaksandr Valialkin 3881c84afe Revert "app/vmselect/promql: remove metric name after applying ceil, floor and round functions in order to be more consistent with Prometheus"
This reverts commit ac45082216.

Reason for revert: the previous behavior for VictoriaMetrics is easier to understand and use by users -
functions, which don't change the meaning of the time series shouldn't drop metric name.

Now the following functions do not drop metric names:

* ceil
* floor
* round

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 Revert "app/vmselect/promql: remove metric name after applying ceil, floor and round functions in order to be more consistent with Prometheus" 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