LinuxCommandLibrary

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 are collected and uploaded to help improve Go development tools.
Users can enable full telemetry, disable it entirely, or use local-only collection mode where data is gathered but never uploaded. The view command shows what data has been collected.

PARAMETERS

on

Enable telemetry uploads.
off
Disable telemetry.
local
Collect locally only.
view
View telemetry data.
--help
Display help information.

CAVEATS

Telemetry is opt-in. Data is anonymized. Part of Go 1.21+.

HISTORY

gotelemetry was introduced with Go 1.21 to enable opt-in telemetry collection for improving the Go toolchain.

SEE ALSO

go(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community