mirror of
https://github.com/prometheus/prometheus.git
synced 2025-10-15 17:41:19 +02:00
Appending to the storage can block for a long time. Timing out scrapes can also cause longer blocks. This commit avoids that those blocks affect other compnents than the target itself. Also the Target interface was removed.