prometheus/promql
beorn7 4c28d9fac7 Move to histogram.Histogram pointers
This is to avoid copying the many fields of a histogram.Histogram all
the time.

This also fixes a bunch of formerly broken tests.

Signed-off-by: beorn7 <beorn@grafana.com>
2021-11-12 23:17:35 +01:00
..
fuzz-data textparse: Add fuzzing and fix bug caught 2017-07-07 11:12:17 +02:00
parser Add lex test 2021-09-23 10:30:46 -04:00
testdata PromQL: Comment flaky test (#9545) 2021-10-19 13:13:56 +02:00
bench_test.go Short-circuit vector binary ops (#9362) 2021-09-21 17:37:36 +05:30
engine.go Move to histogram.Histogram pointers 2021-11-12 23:17:35 +01:00
engine_test.go Move to histogram.Histogram pointers 2021-11-12 23:17:35 +01:00
functions.go Remove parenthesis 2021-09-15 22:47:10 -04: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 Add new Go build tags. 2021-08-27 10:24:14 +02:00
promql_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00
quantile.go Fix off-by-one error in funcHistogramQuantile / ensureMonotonic (#7393) 2020-06-15 11:32:10 +01:00
query_logger.go Switched to go-kit/log 2021-06-11 12:28:36 -04:00
query_logger_test.go tests: Move from t.Errorf and others. (Part 2) (#9309) 2021-09-13 21:19:20 +02:00
test.go tests: Move from t.Errorf and others. (Part 2) (#9309) 2021-09-13 21:19:20 +02:00
test_test.go Get histograms from TSDB to the rate() function implementation 2021-11-03 19:04:18 +05:30
value.go Move to histogram.Histogram pointers 2021-11-12 23:17:35 +01:00