client_golang/prometheus/promhttp
beorn7 bc0b2a3b17 Move http stuff in its own package promhttp
To keep backwards compatibility while not creating circular import
chains, some code had to be duplicated. But all functions using it
have been declared deprecated hereby.

The new ways of instrumenting handlers will all go into the new
package, and ultimately, the prometheus package itself will be
completely igorant of HTTP.
2016-08-03 18:06:48 +02:00
..
http.go Move http stuff in its own package promhttp 2016-08-03 18:06:48 +02:00
http_test.go Move http stuff in its own package promhttp 2016-08-03 18:06:48 +02:00