prometheus/rules
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
..
fixtures rules: Make deleted rule series as stale after a reload (#6745) 2020-02-12 16:22:18 +01:00
alerting.go Move away from testutil, refactor imports (#8087) 2020-10-22 11:00:08 +02:00
alerting_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00
manager.go Combine Appender.Add and AddFast into a single Append method. (#8489) 2021-02-18 17:37:00 +05:30
manager_test.go Combine Appender.Add and AddFast into a single Append method. (#8489) 2021-02-18 17:37:00 +05:30
recording.go Fix build errors in rest of prometheus 2020-02-17 16:09:23 +01:00
recording_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00