boulder/metrics
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
..
measured_http Fix up stats after #3167 (#3185) 2017-10-18 11:14:59 -07:00
mock_metrics Switch to using go 1.9 (#3047) 2017-09-06 16:30:13 -04:00
auto.go Fix statsd->prometheus bridge. (#2828) 2017-06-26 14:07:30 -04:00
auto_test.go Fix statsd->prometheus bridge. (#2828) 2017-06-26 14:07:30 -04:00
scope.go Remove error return from Scope interface. (#2857) 2017-07-11 10:54:06 -07:00
scope_test.go Fix statsd->prometheus bridge. (#2828) 2017-06-26 14:07:30 -04:00