LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

gotelemetry

Go toolchain telemetry management

TLDR

View telemetry config
$ gotelemetry
copy
Enable telemetry
$ gotelemetry on
copy
Disable telemetry
$ gotelemetry off
copy
Set to local mode
$ gotelemetry local
copy
View collected data
$ gotelemetry view
copy

SYNOPSIS

gotelemetry [command]

DESCRIPTION

gotelemetry manages Go toolchain telemetry settings. It controls whether usage statistics and crash reports are collected and, optionally, uploaded to help the Go team prioritize improvements to the toolchain.Running the command with no arguments shows the current mode. Three modes are supported: local (default) collects counters and reports on disk but never uploads them, on additionally uploads approved counters to telemetry.go.dev, and off disables collection entirely. The view command renders the locally stored reports as charts in a browser.Since Go 1.23, the same functionality is also exposed via go telemetry [on|off|local] as a subcommand of the go tool, without needing the separate gotelemetry binary.

PARAMETERS

on

Enable telemetry uploads.
off
Disable telemetry.
local
Collect locally only.
view
Start a local web viewer showing charts of collected telemetry data.
env
Print the current telemetry environment (mode and data directory).
clean
Remove all local telemetry data.
--help
Display help information.

CAVEATS

Telemetry is opt-in for uploading; only counters approved through a public proposal process are ever uploaded, and stack traces or other sensitive data are excluded. Introduced with Go 1.21 (local-only), with upload support added in Go 1.23.

HISTORY

gotelemetry was introduced with Go 1.21 to enable opt-in telemetry collection for improving the Go toolchain, with the go telemetry subcommand and upload capability landing in Go 1.23.

SEE ALSO

go(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid