client_golang/prometheus/promhttp
Torin Sandall 44a8a1218c Fix delegator return value for single hijacker
Previously, the pickDelegator function was not returning a
*hijackerDelegator so the return value did not implement the Hijacker
interface. As a result, code that attempts to hijack the connection
would fail when using a type assertion.

All the other cases returned the hijackerDelegator correctly.
2018-02-01 10:57:42 -08:00
..
delegator.go Fix delegator return value for single hijacker 2018-02-01 10:57:42 -08:00
delegator_1_8.go promhttp: Bite the bullet and implement all 32 possible interface combos 2017-06-02 19:03:08 +02:00
delegator_pre_1_8.go promhttp: Bite the bullet and implement all 32 possible interface combos 2017-06-02 19:03:08 +02:00
http.go Fix error reporting bug 2017-08-31 15:10:58 +02:00
http_test.go new handler instrumentation (#285) 2017-04-24 15:13:19 -04:00
instrument_client.go Minor doc comment fix 2018-01-11 16:59:30 +01:00
instrument_client_1_8.go Document the use of Go1.9+ for monotonic time where applicable 2017-06-29 16:07:12 +02:00
instrument_client_1_8_test.go Improve promhttp tests 2017-05-10 19:49:36 +02:00
instrument_server.go Take into account curried labels in promhttp 2017-12-24 14:39:06 +01:00
instrument_server_test.go Take into account curried labels in promhttp 2017-12-24 14:39:06 +01:00