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/ipn
Mihai Parparita e37167b3ef ipn/localapi: add API for uploading client metrics
Clients may have platform-specific metrics they would like uploaded
(e.g. extracted from MetricKit on iOS). Add a new local API endpoint
that allows metrics to be updated by a simple name/value JSON-encoded
struct.

Signed-off-by: Mihai Parparita <mihai@tailscale.com>
2 years ago
..
ipnlocal ipn/ipnlocal: prefer to use one CGNAT route on the Mac 2 years ago
ipnserver ipn/ipnserver, cmd/tailscaled: fix peerapi on Windows 2 years ago
ipnstate ipn/ipnstate: add ExitNodeStatus to share the exit node if it is in use, the IP, ID and whether its online. (#4761) 2 years ago
localapi ipn/localapi: add API for uploading client metrics 2 years ago
policy
store
backend.go ipn/ipnlocal: move Ping method from IPN bus to LocalBackend (HTTP) 3 years ago
doc.go
fake_test.go ipn/ipnlocal: move Ping method from IPN bus to LocalBackend (HTTP) 3 years ago
handle.go
ipn_clone.go cmd/cloner,util/codegen: refactor cloner internals to allow reuse 3 years ago
message.go ipn/ipnlocal: move Ping method from IPN bus to LocalBackend (HTTP) 3 years ago
message_test.go
prefs.go ipn/ipnlocal: shutdown sshServer on tailscale down 3 years ago
prefs_test.go
store.go