Open arsham opened 8 years ago
This looks like a bug in expvar itself, as it doesn't use a JSON encoder but rather just spits out key-value strings with the %q
format specifier... see https://github.com/golang/go/blob/master/src/expvar/expvar.go#L331
Hi,
Given the following snippet:
Expvarmon stops showing results all together. You can add a sleep time before the add and observe it only happens when the string is added.