boulder/metrics
Joel Sing f8a023e49c Remove various unnecessary uses of fmt.Sprintf (#3707)
Remove various unnecessary uses of fmt.Sprintf - in particular:

- Avoid calls like t.Error(fmt.Sprintf(...)), where t.Errorf can be used directly.

- Use strconv when converting an integer to a string, rather than using
  fmt.Sprintf("%d", ...). This is simpler and can also detect type errors at
  compile time.

- Instead of using x.Write([]byte(fmt.Sprintf(...))), use fmt.Fprintf(x, ...).
2018-05-11 11:55:25 -07:00
..
measured_http Remove various unnecessary uses of fmt.Sprintf (#3707) 2018-05-11 11:55:25 -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 Use internet facing appropriate histogram buckets for DNS latencies (#3616) 2018-04-04 08:01:54 -04:00
scope_test.go Fix statsd->prometheus bridge. (#2828) 2017-06-26 14:07:30 -04:00