prometheus/promql
Julius Volz e313ffa8ab
Fix "instant selector vector" typo in error messages (#8800)
Signed-off-by: Julius Volz <julius.volz@gmail.com>
2021-05-10 23:33:26 +02:00
..
fuzz-data
parser Fix "instant selector vector" typo in error messages (#8800) 2021-05-10 23:33:26 +02:00
testdata promql: Add sgn, clamp and last_over_time functions (#8457) 2021-02-20 16:34:52 +01:00
bench_test.go Optimize aggregations in PromQL engine (#8594) 2021-03-19 17:52:29 +01:00
engine.go improve grouping label match logic 2021-04-16 22:04:58 -04:00
engine_test.go Fix memSafeIterator.Seek() (#8748) 2021-04-27 00:43:22 +02:00
functions.go Speed delta value without loop to calculate resultValue 2021-02-23 22:28:04 +08:00
functions_test.go Combine Appender.Add and AddFast into a single Append method. (#8489) 2021-02-18 17:37:00 +05:30
fuzz.go
promql_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00
quantile.go
query_logger.go
query_logger_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00
test.go Add Exemplar Remote Write support (#8296) 2021-05-06 13:53:52 -07:00
test_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00
value.go