mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 08:23:34 +01:00
CHANGELOG.md: cut v1.44.0 release
This commit is contained in:
parent
de9d3f1332
commit
4727bad124
@ -1,5 +1,8 @@
|
|||||||
# tip
|
# tip
|
||||||
|
|
||||||
|
|
||||||
|
# [v1.44.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.44.0)
|
||||||
|
|
||||||
* FEATURE: automatically add missing label filters to binary operands as described at https://utcc.utoronto.ca/~cks/space/blog/sysadmin/PrometheusLabelNonOptimization .
|
* FEATURE: automatically add missing label filters to binary operands as described at https://utcc.utoronto.ca/~cks/space/blog/sysadmin/PrometheusLabelNonOptimization .
|
||||||
This should improve performance for queries with missing label filters in binary operands. For example, the following query should work faster now, because it shouldn't
|
This should improve performance for queries with missing label filters in binary operands. For example, the following query should work faster now, because it shouldn't
|
||||||
fetch and discard time series for `node_filesystem_files_free` metric without matching labels for the left side of the expression:
|
fetch and discard time series for `node_filesystem_files_free` metric without matching labels for the left side of the expression:
|
||||||
|
Loading…
Reference in New Issue
Block a user