prometheus/rules
Matt T. Proud 161c8fbf9b Include deletion processor for long-tail values.
This commit extracts the model.Values truncation behavior into the actual
tiered storage, which uses it and behaves in a peculiar way—notably the
retention of previous elements if the chunk were to ever go empty.  This is
done to enable interpolation between sparse sample values in the evaluation
cycle.  Nothing necessarily new here—just an extraction.

Now, the model.Values TruncateBefore functionality would do what a user
would expect without any surprises, which is required for the
DeletionProcessor, which may decide to split a large chunk in two if it
determines that the chunk contains the cut-off time.
2013-05-10 12:19:12 +02:00
..
ast Implement a COUNT ... BY aggregation operator. 2013-05-08 16:35:16 +02:00
fixtures Implement initial no-op alert parsing and rule parsing tests. 2013-04-23 13:48:24 +02:00
Makefile Remove/replace last references to github.com/matttproud/... 2013-02-07 14:32:18 +01:00
alerting.go Make AST query storage non-global. 2013-05-07 13:15:10 +02:00
helpers.go Implement a COUNT ... BY aggregation operator. 2013-05-08 16:35:16 +02:00
lexer.l Implement a COUNT ... BY aggregation operator. 2013-05-08 16:35:16 +02:00
lexer.l.go Implement a COUNT ... BY aggregation operator. 2013-05-08 16:35:16 +02:00
load.go Implement initial no-op alert parsing and rule parsing tests. 2013-04-23 13:48:24 +02:00
manager.go Make AST query storage non-global. 2013-05-07 13:15:10 +02:00
parser.y Implement initial no-op alert parsing and rule parsing tests. 2013-04-23 13:48:24 +02:00
parser.y.go Implement initial no-op alert parsing and rule parsing tests. 2013-04-23 13:48:24 +02:00
recording.go Make AST query storage non-global. 2013-05-07 13:15:10 +02:00
rules.go Make AST query storage non-global. 2013-05-07 13:15:10 +02:00
rules_test.go Implement a COUNT ... BY aggregation operator. 2013-05-08 16:35:16 +02:00
testdata.go Include deletion processor for long-tail values. 2013-05-10 12:19:12 +02:00