prometheus/promql
György Krajcsovits 103c4fd289 Merge remote-tracking branch 'upstream/main' into main
# Conflicts:
#	.github/workflows/ci.yml
#	tsdb/block.go
#	tsdb/compact.go
#	tsdb/compact_test.go
#	tsdb/head_read.go
#	tsdb/index/index.go
#	tsdb/ooo_head_read.go
#	tsdb/querier_test.go
2023-01-08 14:55:44 +01:00
..
fuzz-data
parser Update package promql for new labels.Labels type 2022-12-19 15:22:09 +00:00
testdata
bench_test.go promql: add test for race conditions in query engine (#11743) 2022-12-20 17:58:29 +01:00
engine.go promql: optimise aggregation with no labels 2022-12-23 13:33:14 +00:00
engine_test.go Merge remote-tracking branch 'upstream/main' into main 2023-01-08 14:55:44 +01:00
functions.go Update package promql for new labels.Labels type 2022-12-19 15:22:09 +00:00
functions_test.go
fuzz.go
fuzz_test.go
promql_test.go promql: add test for race conditions in query engine (#11743) 2022-12-20 17:58:29 +01:00
quantile.go histogram: Modify getBound to deal properly with infinity 2022-10-06 17:40:03 +02:00
query_logger.go Close file descriptor in query logging (#11148) 2022-08-17 15:27:27 +05:30
query_logger_test.go
test.go Update package promql tests for new labels.Labels type 2022-12-19 15:22:09 +00:00
test_test.go Update package promql tests for new labels.Labels type 2022-12-19 15:22:09 +00:00
value.go storage: re-use iterators to save garbage 2022-12-15 18:32:45 +00:00
value_test.go