prometheus/promql
Tom Wilkie 7369561305
Combine Appender.Add and AddFast into a single Append method. (#8489)
This moves the label lookup into TSDB, whilst still keeping the cached-ref optimisation for repeated Appends.

This makes the API easier to consume and implement.  In particular this change is motivated by the scrape-time-aggregation work, which I don't think is possible to implement without it as it needs access to label values.

Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
2021-02-18 17:37:00 +05:30
..
fuzz-data
parser Add start() and end() pre-processors for @ modifier (#8425) 2021-02-09 21:33:16 +05:30
testdata '@ <timestamp>' modifier (#8121) 2021-01-20 16:27:39 +05:30
bench_test.go Combine Appender.Add and AddFast into a single Append method. (#8489) 2021-02-18 17:37:00 +05:30
engine.go Add start() and end() pre-processors for @ modifier (#8425) 2021-02-09 21:33:16 +05:30
engine_test.go Combine Appender.Add and AddFast into a single Append method. (#8489) 2021-02-18 17:37:00 +05:30
functions.go '@ <timestamp>' modifier (#8121) 2021-01-20 16:27:39 +05:30
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 Combine Appender.Add and AddFast into a single Append method. (#8489) 2021-02-18 17:37:00 +05:30
test_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00
value.go