Aliaksandr Valialkin
|
47a3228108
|
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:09:38 +03:00 |
|
Aliaksandr Valialkin
|
a8db528930
|
app/vmselect/promql: merge non-overlapping duplicate time series in group_left and group_right joins
|
2019-06-12 20:32:32 +03:00 |
|
Aliaksandr Valialkin
|
15613e5338
|
app/vmselect/promql: swap binary operation with modifier in the error message for improved readability
|
2019-06-12 17:14:39 +03:00 |
|
Aliaksandr Valialkin
|
3237d0309c
|
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:37 +03:00 |
|
Aliaksandr Valialkin
|
1836c415e6
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
|