boulder/web
Jacob Hoffman-Andrews b1be4ccaed Fix latency logging. (#3937)
In the VA, we were rendering a Duration to JSON, which gave an integer
number of nanoseconds rather than a float64 of seconds. Also, in both VA
and WFE we were rendering way more precision than we needed. Millisecond
precision is enough, and since we log latency for every WFE response,
the extra bytes are worth saving.
2018-11-14 10:52:48 -05:00
..
context.go Fix latency logging. (#3937) 2018-11-14 10:52:48 -05:00
context_test.go Fix latency logging. (#3937) 2018-11-14 10:52:48 -05:00
docs.go Factor out context.go from wfe and wfe2. (#3086) 2017-09-26 13:54:14 -04:00
probs.go Convert the probs functions to be formatters. (#3708) 2018-05-11 11:51:16 -07:00
probs_test.go Add documentation link to rate limit errors. (#3286) 2017-12-19 15:46:18 -08:00
relative.go Remove BaseURL from WFE config. (#3540) 2018-03-09 11:04:02 +00:00
send_error.go Provide formatting logger functions. (#3699) 2018-05-10 11:06:29 -07:00