prometheus/config
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
..
fixtures Convert the Prometheus configuration to protocol buffers. 2013-04-30 22:26:00 +02:00
generated Include generated Protocol Buffers artifacts. 2013-05-08 21:16:39 +02:00
config.go Convert the Prometheus configuration to protocol buffers. 2013-04-30 22:26:00 +02:00
config.proto Convert the Prometheus configuration to protocol buffers. 2013-04-30 22:26:00 +02:00
config_test.go Convert the Prometheus configuration to protocol buffers. 2013-04-30 22:26:00 +02:00
load.go Convert the Prometheus configuration to protocol buffers. 2013-04-30 22:26:00 +02:00
load_test.go Update import paths to new location. 2013-01-27 18:49:45 +01:00
Makefile Include deletion processor for long-tail values. 2013-05-10 12:19:12 +02:00