mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-18 17:21:02 +01:00
retreival.Target contains a mutex. It was copied in the Targets() call. This potentially can wreak a lot of havoc. It might even have caused the issues reported as #2266 and #2262 .