prometheus/promql
Bryan Boreham fdd5b85e06 promql: faster range-query of label_replace and label_join
These functions act on the labels only, so don't need to go step by step
over the samples in a range query.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2024-02-04 11:12:55 +01:00
..
fuzz-data
parser promql: add histogram_avg function (#13467) 2024-02-01 18:28:42 +01:00
testdata promql: add histogram_avg function (#13467) 2024-02-01 18:28:42 +01:00
bench_test.go Proposal to improve FPointSlice and HPointSlice allocation. (#13448) 2024-02-01 16:22:38 +00:00
engine.go promql: faster range-query of label_replace and label_join 2024-02-04 11:12:55 +01:00
engine_test.go
functions.go promql: faster range-query of label_replace and label_join 2024-02-04 11:12:55 +01:00
functions_test.go
fuzz.go remove obsolete build tag 2024-01-17 22:26:32 +08:00
fuzz_test.go remove obsolete build tag 2024-01-17 22:26:32 +08:00
promql_test.go
quantile.go
quantile_test.go
query_logger.go
query_logger_test.go
test.go
test_test.go
value.go Optimize histogram iterators (#13340) 2024-01-23 17:02:14 +01:00
value_test.go