mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-01 17:01:01 +01: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.