tailscale/tsweb
julianknodt 3377089583 tsweb: add float64 to logged metrics
A previously added metric which was float64 was being ignored in tsweb, because it previously
only accepted int64 and ints. It can be handled in the same way as ints.

Signed-off-by: julianknodt <julianknodt@gmail.com>
2021-07-25 21:02:36 -07:00
..
debug.go tsweb: replace NewMux with a more flexible DebugHandler. 2021-06-16 19:00:47 -07:00
debug_test.go tsweb: replace NewMux with a more flexible DebugHandler. 2021-06-16 19:00:47 -07:00
jsonhandler.go tsweb: refactor JSONHandler to take status code from error if it is present (#905) 2020-11-10 09:52:26 -05:00
jsonhandler_test.go tsweb: refactor JSONHandler to take status code from error if it is present (#905) 2020-11-10 09:52:26 -05:00
log.go tsweb: use a ResponseWriter wrapper to log more accurately. 2020-03-19 20:11:07 -07:00
tsweb.go tsweb: add float64 to logged metrics 2021-07-25 21:02:36 -07:00
tsweb_test.go tsweb: fold StdHandlerOpts and StdHandler200s with StdHandler. 2021-06-15 21:55:33 -07:00