mirror of
https://github.com/prometheus/prometheus.git
synced 2025-10-01 18:51:01 +02:00
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>