VictoriaMetrics/app
Aliaksandr Valialkin a94825b169 Revert "app/vmselect/promql: remove metric name after applying clamp_min and clamp_max functions in order to be consistent with Prometheus"
This reverts commit bb61a4769b.

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 name:

* clamp_min
* clamp_max

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/674
2020-10-12 11:38:27 +03:00
..
victoria-metrics app/victoria-metrics: add a link to https://victoriametrics.github.io/ from main page 2020-10-06 15:29:49 +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:29:51 +03:00
vmalert app/vmalert: accept days, weeks and years in for: part of config like Prometheus does 2020-10-08 20:13:15 +03:00
vmauth docs: improve readability a bit 2020-09-29 13:03:38 +03:00
vmbackup lib/backup: add MustStop() method for all remote filesystems 2020-10-09 15:32:19 +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:29:51 +03:00
vmrestore lib/backup: add MustStop() method for all remote filesystems 2020-10-09 15:32:19 +03:00
vmselect Revert "app/vmselect/promql: remove metric name after applying clamp_min and clamp_max functions in order to be consistent with Prometheus" 2020-10-12 11:38:27 +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:35:48 +03:00