VictoriaMetrics/app/victoria-metrics
Roman Khavronenko cf03e11d89
app/vmselect: properly calculate start param for queries with too big look-behind window (#5630)
Properly determine time range search for instant queries with too big look-behind window like `foo[100y]`.
 Previously, such queries could return empty responses even if `foo` is present in database.

https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5553

Signed-off-by: hagen1778 <roman@victoriametrics.com>
2024-01-17 13:48:06 +01:00
..
deployment Rootless docker images by default (#358) 2020-03-27 21:23:50 +02:00
multiarch all: run apk update && apk upgrade in base Alpine Docker image in order to get all the recent security fixes 2023-02-09 14:01:32 -08:00
test Rename prom_writter.go to prom_writer.go (#5411) 2023-12-01 12:20:31 +01:00
testdata app/vmselect: properly calculate start param for queries with too big look-behind window (#5630) 2024-01-17 13:48:06 +01:00
main.go lib/pushmetrics: wait until the background goroutines, which push metrics, are stopped at pushmetrics.Stop() 2024-01-15 13:50:36 +02:00
main_test.go app/victoriametrics: update the test suite (#5627) 2024-01-17 09:51:10 +01:00
Makefile all: add Windows build for VictoriaMetrics 2023-03-19 01:36:51 -07:00
self_scraper.go lib/prompb: change type of Label.Name and Label.Value from []byte to string 2024-01-14 22:33:21 +02:00