boulder/metrics/measured_http
Jacob Hoffman-Andrews 6cd777bd8d Fix up stats after #3167 (#3185)
There were two bugs in #3167:

All process-level stats got prefixed with "boulder", which broke dashboards.
All request_time stats got dropped, because measured_http was using the prometheus DefaultRegisterer.
To fix, this PR plumbs through a scope object to measured_http, and uses an empty prefix when calling NewProcessCollector().
2017-10-18 11:14:59 -07:00
..
http.go Fix up stats after #3167 (#3185) 2017-10-18 11:14:59 -07:00
http_test.go Use whitelisted methods for HTTP stats. 2017-05-30 15:50:12 -07:00