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. |
||
|---|---|---|
| .. | ||
| context.go | ||
| context_test.go | ||
| docs.go | ||
| probs.go | ||
| probs_test.go | ||
| relative.go | ||
| send_error.go | ||