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
David Anderson 7b4960316b tsweb: add PrometheusVar, for vars that want to output varz themselves.
This enables the infrequent use of more complex Prometheus types, such as
timeseries with high/irregular label cardinality, without needing to
discover and implement generic abstracted type like LabelMap for each one.

Signed-off-by: David Anderson <danderson@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
jsonhandler.go all: use any instead of interface{} 2 years ago
jsonhandler_test.go all: use any instead of interface{} 2 years ago
log.go tsweb: use a ResponseWriter wrapper to log more accurately. 4 years ago
tsweb.go tsweb: add PrometheusVar, for vars that want to output varz themselves. 2 years ago
tsweb_test.go tsweb: add PrometheusVar, for vars that want to output varz themselves. 2 years ago