grafana / loki

Like Prometheus, but for logs.
https://grafana.com/loki
GNU Affero General Public License v3.0
23.97k stars 3.46k forks source link

chore(refactor): Avoid goroutine leak in case of fetching errors #15018

Open cyriltovena opened 2 days ago

cyriltovena commented 2 days ago

What this PR does / why we need it:

This ensure we don't leak goroutine if one fails.

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

Checklist