mirror of
https://github.com/prometheus/prometheus.git
synced 2025-10-14 09:01:01 +02:00
merge() closes the channel that handleUpdates() reads from when there are zero configured target providers in the configuration. In that case, the for-select loop in handleUpdates() entered a busy loop. It should exit when the upstream channel is closed.