You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
3 years ago
..
debug.go tsweb: replace NewMux with a more flexible DebugHandler. 3 years ago
debug_test.go tsweb: replace NewMux with a more flexible DebugHandler. 3 years ago
jsonhandler.go tsweb: refactor JSONHandler to take status code from error if it is present (#905) 4 years ago
jsonhandler_test.go tsweb: refactor JSONHandler to take status code from error if it is present (#905) 4 years ago
log.go tsweb: use a ResponseWriter wrapper to log more accurately. 4 years ago
tsweb.go tsweb: add float64 to logged metrics 3 years ago
tsweb_test.go tsweb: fold StdHandlerOpts and StdHandler200s with StdHandler. 3 years ago