mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-20 14:11:01 +02:00
For historic reasons we were enforcing a timeout directly via the TCP dialer. This is no longer necessary for quite a while now. Switching to context.Context will allow us to properly terminate requests on shutdown as well.