prometheus/cmd/promtool
beorn7 b39f2739e5 PromQL: Always enable negative offset and @ modifier
This follows the line of argument that the invariant of not looking
ahead of the query time was merely emerging behavior and not a
documented stable feature. Any query that looks ahead of the query
time was simply invalid before the introduction of the negative offset
and the @ modifier.

Signed-off-by: beorn7 <beorn@grafana.com>
2022-01-11 17:08:55 +01:00
..
testdata Add '--weight' flag to 'promtool check metrics' command (#10045) 2022-01-07 16:58:28 -05:00
archive.go Format Go source files using 'gofumpt -w -s -extra' 2021-11-02 19:52:34 +01:00
backfill.go Move packages out of deprecated pkg directory 2021-11-09 08:03:10 +01:00
backfill_test.go cmd: use t.TempDir instead of ioutil.TempDir on tests (#9852) 2021-11-23 20:09:28 -05:00
debug.go Format Go source files using 'gofumpt -w -s -extra' 2021-11-02 19:52:34 +01:00
main.go PromQL: Always enable negative offset and @ modifier 2022-01-11 17:08:55 +01:00
main_test.go Add '--weight' flag to 'promtool check metrics' command (#10045) 2022-01-07 16:58:28 -05:00
rules.go Move packages out of deprecated pkg directory 2021-11-09 08:03:10 +01:00
rules_test.go cmd: use t.TempDir instead of ioutil.TempDir on tests (#9852) 2021-11-23 20:09:28 -05:00
sd.go replace config exit code with failure exit code 2021-12-30 05:37:57 -08:00
sd_test.go Remove check against cfg so interval/ timeout are always set (#10023) 2021-12-16 13:28:46 +01:00
tsdb.go Move packages out of deprecated pkg directory 2021-11-09 08:03:10 +01:00
unittest.go add errcodes from sd file 2021-12-01 04:45:18 -08:00
unittest_test.go Disable time based retention in tests (#8818) 2022-01-02 23:46:03 +01:00