prometheus/wal
Frederic Branczyk 078895bf56
wal: Inject LiveReader metrics rather than registry
LiveReaders are instantiated `number of remote write queues * segments`
times, which would cause double registration of the metrics. Instead
this should be orchestrated by the layer above, instantiating the live
reader.

Signed-off-by: Frederic Branczyk <fbranczyk@gmail.com>
2019-07-03 14:39:25 +02:00
..
live_reader.go wal: Inject LiveReader metrics rather than registry 2019-07-03 14:39:25 +02:00
reader.go Provide option to compress WAL records (#609) 2019-06-19 16:46:24 +03:00
reader_test.go wal: Inject LiveReader metrics rather than registry 2019-07-03 14:39:25 +02:00
wal.go Provide option to compress WAL records (#609) 2019-06-19 16:46:24 +03:00
wal_test.go Provide option to compress WAL records (#609) 2019-06-19 16:46:24 +03:00