prometheus/model
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
..
generated Include deletion processor for long-tail values. 2013-05-10 12:19:12 +02:00
curation.go Implement batch database sample curator. 2013-04-27 17:38:18 +02:00
data.proto Include deletion processor for long-tail values. 2013-05-10 12:19:12 +02:00
dto.go Extract finding unindexed metrics. 2013-03-21 18:08:48 +01:00
fingerprinting.go Make LevelDB sample keys fixed-length to ensure correct sort-order. 2013-04-11 18:17:44 +02:00
fingerprinting_test.go Fix logic bug in fingerprint Less() comparison. 2013-04-09 11:43:12 +02:00
labelname.go Track alerts over time and write out alert timeseries. 2013-04-26 14:35:21 +02:00
labelname_test.go Checkpoint. 2013-03-21 18:06:51 +01:00
labelpair.go checkpoint. 2013-03-21 18:08:46 +01:00
labelpair_test.go Checkpoint. 2013-03-21 18:06:51 +01:00
labelvalue.go Checkpoint. 2013-03-21 18:06:51 +01:00
labelvalue_test.go Checkpoint. 2013-03-21 18:06:51 +01:00
Makefile Include deletion processor for long-tail values. 2013-05-10 12:19:12 +02:00
metric.go Include deletion processor for long-tail values. 2013-05-10 12:19:12 +02:00
metric_test.go Include deletion processor for long-tail values. 2013-05-10 12:19:12 +02:00
sample.go Add instance label to health (up) timeseries. 2013-04-24 21:50:49 +02:00
samplekey.go Implement batch database sample curator. 2013-04-27 17:38:18 +02:00
watermark.go Convert time readers to represent time in UTC. 2013-04-24 12:19:41 +02:00