Fabian Reinartz 66767121ab Handle scrape timeout on request.
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.
2016-02-16 11:46:02 +01:00
..
2016-02-10 03:47:00 +01:00
2015-08-24 19:19:21 +02:00
2016-02-16 11:46:02 +01:00