prometheus/storage
Bartek Płotka 62c8337e77 Moved configuration into relabel package. (#4955)
Adapted top dir relabel to use pkg relabel structs.

Removal of this in a separate tracked here: https://github.com/prometheus/prometheus/issues/3647

Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
2018-12-18 11:26:36 +00:00
..
remote Moved configuration into relabel package. (#4955) 2018-12-18 11:26:36 +00:00
tsdb Return warnings on a remote read fail (#4832) 2018-11-30 14:27:12 +00:00
buffer.go Minor optimization for BufferedSeriesIterator: actually drop the samples falling outside of the new delta from the underlying sampleRing, when ReduceDelta is called. (#4849) 2018-12-18 11:25:45 +00:00
buffer_test.go Use a fake SeriesIterator (that generates samples on the fly instead of using a slice) for BufferedSeriesIterator, to reduce the variance of benchmark results due to memory pressure. (#4847) 2018-12-18 11:22:33 +00:00
fanout.go Return warnings on a remote read fail (#4832) 2018-11-30 14:27:12 +00:00
fanout_test.go Return warnings on a remote read fail (#4832) 2018-11-30 14:27:12 +00:00
interface.go Return warnings on a remote read fail (#4832) 2018-11-30 14:27:12 +00:00
noop.go Return warnings on a remote read fail (#4832) 2018-11-30 14:27:12 +00:00