Aliaksandr Valialkin
|
796b010139
|
app/vmselect: add candlestick(m[d]) func for returning open , close , low and high rollups on the given time range d
This function is frequently used in financial apps. See https://en.wikipedia.org/wiki/Candlestick_chart
|
2019-06-27 18:46:13 +03:00 |
|
Aliaksandr Valialkin
|
90e72c2a42
|
app/vmselect/promql: add sum2 and sum2_over_time , geomean and geomean_over_time funcs.
These functions may be useful for statistic calculations.
|
2019-06-24 16:44:44 +03:00 |
|
Aliaksandr Valialkin
|
9e1119dab8
|
app/vmselect/promql: ajdust data model to the model used in Prometheus
Do not take into account data points on the range `[timestamp .. timestamp+step)`
when calculating value on the given `timestamp`.
Use only data points from the past when performing these calculations like Prometheus does.
This should reduce discrepancies between results returned by VictoriaMetrics
and results returned by Prometheus.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/72
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/71
|
2019-06-21 21:54:48 +03:00 |
|
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
|
d15d0127fe
|
app/vmselect/promql: add alias(q, name) function that sets the given name to all the time series in q
|
2019-05-24 02:41:45 +03:00 |
|
Aliaksandr Valialkin
|
fb140eda33
|
app/vmselect/promql: add label_transform(q, label, regexp, replacement) function for replacing all the occurences of regexp with replacement in the given label for q
|
2019-05-23 16:26:19 +03:00 |
|
Aliaksandr Valialkin
|
1836c415e6
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
|