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>
2022-03-21 12:33:18 -07:00
..
debug.go all: use any instead of interface{} 2022-03-17 11:35:09 -07:00
debug_test.go all: use any instead of interface{} 2022-03-17 11:35:09 -07:00
jsonhandler.go all: use any instead of interface{} 2022-03-17 11:35:09 -07:00
jsonhandler_test.go all: use any instead of interface{} 2022-03-17 11:35:09 -07:00
log.go tsweb: use a ResponseWriter wrapper to log more accurately. 2020-03-19 20:11:07 -07:00
tsweb.go tsweb: add PrometheusVar, for vars that want to output varz themselves. 2022-03-21 12:33:18 -07:00
tsweb_test.go tsweb: add PrometheusVar, for vars that want to output varz themselves. 2022-03-21 12:33:18 -07:00