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/logtail
Mihai Parparita 6ac6ddbb47 sockstats: switch label to enum
Makes it cheaper/simpler to persist values, and encourages reuse of
labels as opposed to generating an arbitrary number.

Updates tailscale/corp#9230
Updates #3363

Signed-off-by: Mihai Parparita <mihai@tailscale.com>
1 year ago
..
backoff all: update copyright and license headers 1 year ago
example all: replace logtail.{Public,Private}ID with logid.{Public,Private}ID (#7404) 1 year ago
filch all: use tstest.Replace more 1 year ago
.gitignore Move Linux client & common packages into a public repo. 4 years ago
README.md Move Linux client & common packages into a public repo. 4 years ago
api.md all: replace logtail.{Public,Private}ID with logid.{Public,Private}ID (#7404) 1 year ago
buffer.go all: update copyright and license headers 1 year ago
logtail.go sockstats: switch label to enum 1 year ago
logtail_test.go types/logid: simplify implementation (#7415) 1 year ago

README.md

Tailscale Logs Service

This github repository contains libraries, documentation, and examples for working with the public API of the tailscale logs service.

For a very quick introduction to the core features, read the API docs and peruse the logs reprocessing example.

For more information, write to info@tailscale.io.