Aliaksandr Valialkin
|
092c9b39a8
|
app/vmselect/promql: remove empty time series after applying filters like q > 0
This should reduce CPU and RAM usage for queries over high number of time series.
|
2019-07-12 19:59:49 +03:00 |
|
Aliaksandr Valialkin
|
837e349b7d
|
app/vmselect/promql: do not strip __name__ form time series after binary comparison operation
Example:
foo > 10
Would leave `foo` name for all the matching time series on the left.
|
2019-06-21 13:08:02 +03:00 |
|
Aliaksandr Valialkin
|
8567e3463d
|
app/vmselect/promql: merge non-overlapping duplicate time series in group_left and group_right joins
|
2019-06-12 20:33:01 +03:00 |
|
Aliaksandr Valialkin
|
88005237f4
|
app/vmselect/promql: swap binary operation with modifier in the error message for improved readability
|
2019-06-12 17:14:33 +03:00 |
|
Aliaksandr Valialkin
|
a71381ad2a
|
app/vmselect/promql: list a sample of duplicate time series in the error message for group_left or group_right
This should improve troubleshooting for complex queries involving `group_left` and `group_right` modifiers.
|
2019-06-12 16:57:34 +03:00 |
|
Aliaksandr Valialkin
|
1836c415e6
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
|