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
Anton Tolchanov 3c27632ffe tsweb: avoid dashes in Prometheus metric names
Ideally we should strip other invalid characters too, but that would
call for a regexp replacement which increases the number of allocations
and makes `TestVarzHandlerSorting` fail.

Signed-off-by: Anton Tolchanov <anton@tailscale.com>
2 years ago
..
debug.go all: use any instead of interface{} 2 years ago
debug_test.go all: use any instead of interface{} 2 years ago
log.go tsweb: mark AccessLogRecord fields as omitempty (#5250) 2 years ago
tsweb.go tsweb: avoid dashes in Prometheus metric names 2 years ago
tsweb_test.go tsweb: avoid dashes in Prometheus metric names 2 years ago