Aliaksandr Valialkin
|
0e7b2008b2
|
app/vmselect/prometheus: do not adjust last points in time series with timestamps exceeding the current time
Such timestamps usually mean that the query contains `offset`.
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/625
|
2020-07-14 12:56:21 +03:00 |
|
Aliaksandr Valialkin
|
82871fb7a5
|
app/vmselect/prometheus: small fixes on top of 8bb762124a
|
2020-07-05 18:17:53 +03:00 |
|
faceair
|
17f175ff5a
|
fix adjust last points avoid influence earlier value (#606)
|
2020-07-05 18:17:52 +03:00 |
|
Aliaksandr Valialkin
|
db1de4277c
|
app/vmselect/promql: remove NaNs from /api/v1/query_range output like Prometheus does
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/153
|
2019-08-20 23:01:59 +03:00 |
|
Aliaksandr Valialkin
|
3313cdf816
|
app/vmselect/prometheus: convert negative times to 0, since they arent supported by the storage
|
2019-07-11 17:11:35 +03:00 |
|
Aliaksandr Valialkin
|
d6ec95693d
|
app/vmselect/prometheus: typo fix
|
2019-07-07 23:34:04 +03:00 |
|
Aliaksandr Valialkin
|
36636c1f6f
|
app/vmselect/prometheus: handle minTime and maxTime values that may be set by Promxy or Prometheus client
Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/88
|
2019-07-07 21:53:52 +03:00 |
|